| { | |
| "extends": "../tsconfig.json", | |
| "compilerOptions": { | |
| "types": ["node", "vite/client"], | |
| "allowJs": true | |
| }, | |
| "include": ["**/*.ts"] | |
| } | |
| { | |
| "extends": "../tsconfig.json", | |
| "compilerOptions": { | |
| "types": ["node", "vite/client"], | |
| "allowJs": true | |
| }, | |
| "include": ["**/*.ts"] | |
| } | |