Spaces:
Configuration error
Configuration error
| { | |
| "compilerOptions": { | |
| "target": "ESNext", | |
| "module": "ESNext", | |
| "moduleResolution": "node", | |
| "esModuleInterop": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "strict": true, | |
| "skipLibCheck": true, | |
| "outDir": "dist" | |
| }, | |
| "include": ["api/**/*"] | |
| } | |