Spaces:
Running
Running
| { | |
| "compilerOptions": { | |
| "target": "ES2020", | |
| "module": "ES2020", | |
| "moduleResolution": "node", | |
| "outDir": "dist", | |
| "rootDir": "src", | |
| "declaration": true, | |
| "strict": true, | |
| "esModuleInterop": true | |
| }, | |
| "include": ["src"] | |
| } | |