Spaces:
Runtime error
Runtime error
| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "CommonJS", | |
| "moduleResolution": "node", | |
| "lib": ["ES2022"], | |
| "outDir": "./dist", | |
| "rootDir": "./src", | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "experimentalDecorators": true, | |
| "emitDecoratorMetadata": true | |
| }, | |
| "include": ["src/**/*"] | |
| } | |