Spaces:
Running
Running
| { | |
| "$schema": "https://json.schemastore.org/tsconfig", | |
| "compilerOptions": { | |
| "target": "ESNext", | |
| "module": "ESNext", | |
| "sourceMap": false, | |
| "strict": true, | |
| "jsx": "preserve", | |
| "esModuleInterop": true, | |
| "moduleResolution": "bundler", | |
| "resolveJsonModule": true, | |
| "isolatedModules": true, | |
| "noEmit": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "skipLibCheck": true, | |
| "noUnusedLocals": true, | |
| "noUnusedParameters": true, | |
| "noImplicitAny": false, | |
| "noImplicitReturns": true | |
| } | |
| } | |