Spaces:
Running
Running
| { | |
| "compilerOptions": { | |
| "composite": true, | |
| "skipLibCheck": true, | |
| "module": "ESNext", | |
| "moduleResolution": "bundler", | |
| "allowSyntheticDefaultImports": true, | |
| "allowJs": true, | |
| "checkJs": false, | |
| "outDir": "./node_modules/.tmp/tsconfig-node" | |
| }, | |
| "include": ["vite.config.js", "vite.config.ts"] | |
| } | |