Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "target": "ES2020", | |
| "module": "commonjs", | |
| "lib": ["ES2020"], | |
| "outDir": "./dist", | |
| "rootDir": "./src", | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "allowSyntheticDefaultImports": true, | |
| "skipLibCheck": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "resolveJsonModule": true, | |
| "declaration": false, | |
| "sourceMap": true, | |
| "moduleResolution": "node", | |
| "allowJs": true, | |
| "noEmit": false | |
| }, | |
| "include": ["src/**/*"], | |
| "exclude": ["node_modules", "dist"], | |
| "ts-node": { | |
| "esm": false | |
| } | |
| } |