Spaces:
Build error
Build error
Invalid JSON: Expected double-quoted property name in JSONat line 19, column 5
| { | |
| "compilerOptions": { | |
| "module": "node16", | |
| "noImplicitReturns": true, | |
| "noUnusedLocals": true, | |
| "outDir": "build", | |
| "sourceMap": true, | |
| "strict": true, | |
| "allowJs": true, | |
| "target": "es2022", | |
| "lib": ["es2022"], | |
| "skipLibCheck": true, | |
| "useDefineForClassFields": false, | |
| "experimentalDecorators": true, | |
| "emitDecoratorMetadata": true, | |
| "esModuleInterop": true, | |
| "noImplicitOverride": true, | |
| }, | |
| "compileOnSave": true, | |
| "include": ["src"] | |
| } | |