Spaces:
Configuration error
Configuration error
| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "ESNext", | |
| "lib": ["ES2022"], | |
| "moduleResolution": "bundler", | |
| "resolveJsonModule": true, | |
| "allowJs": true, | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "declaration": true, | |
| "declarationMap": true, | |
| "sourceMap": true, | |
| "composite": true, | |
| "incremental": true | |
| }, | |
| "exclude": ["node_modules", "dist", "build"] | |
| } | |