Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "target": "ES2020", | |
| "lib": ["ES2020", "DOM"], | |
| "module": "ESNext", | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "moduleResolution": "node", | |
| "allowSyntheticDefaultImports": true, | |
| "verbatimModuleSyntax": true, | |
| "isolatedModules": true, | |
| "resolveJsonModule": true | |
| }, | |
| "include": ["src/**/*"], | |
| "exclude": ["node_modules/*", "public/*"] | |
| } |