Spaces:
Running
Running
| { | |
| "compilerOptions": { | |
| "target": "esnext", | |
| "module": "esnext", | |
| "jsx": "react", | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "declaration": false, | |
| "sourceMap": true, | |
| "experimentalDecorators": true, | |
| "useDefineForClassFields": true, | |
| "moduleResolution": "node", | |
| "preserveConstEnums": true | |
| }, | |
| "include": ["src/**/*"] | |
| } |