Invalid JSON:
Expected double-quoted property name in JSON
at line 16, column 1
| { | |
| "compilerOptions": { | |
| "target": "ES5", | |
| "module": "ESNext", | |
| "moduleResolution": "node", | |
| "allowJs": true, | |
| "jsx": "react", | |
| "sourceMap": true, | |
| "outDir": "./generated", | |
| "strict": true, | |
| "noImplicitReturns": true, | |
| "noFallthroughCasesInSwitch": true, | |
| "forceConsistentCasingInFileNames": true | |
| }, | |
| "include": ["./src/**.*"], | |
| } | |