Spaces:
Build error
Build error
| { | |
| "compilerOptions": { | |
| "target": "ES2021", | |
| "module": "ES2020", | |
| "outDir": "dist", | |
| "rootDir": "src", | |
| "moduleResolution": "node16", | |
| "esModuleInterop": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "resolveJsonModule": true, | |
| "skipLibCheck": true, | |
| "strict": true | |
| }, | |
| "include": ["src/**/*"] | |
| } | |