Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "CommonJS", | |
| "lib": ["ES2022"], | |
| "allowJs": true, | |
| "outDir": "./dist", | |
| "rootDir": "./src", | |
| "strict": true, | |
| "noImplicitAny": true, | |
| "esModuleInterop": true, | |
| "resolveJsonModule": true, | |
| "skipLibCheck": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "moduleResolution": "node" | |
| }, | |
| "include": ["src/**/*"] | |
| } | |