Invalid JSON:Expected double-quoted property name in JSONat line 25, column 3
| { | |
| "include": ["src", "types"], | |
| "compilerOptions": { | |
| "target": "es5", | |
| "module": "esnext", | |
| "lib": ["dom", "esnext"], | |
| "importHelpers": true, | |
| "declaration": true, | |
| "sourceMap": false, | |
| "rootDir": "./src", | |
| "strict": true, | |
| "noImplicitAny": true, | |
| "strictNullChecks": true, | |
| "strictFunctionTypes": true, | |
| "strictPropertyInitialization": true, | |
| "noImplicitThis": true, | |
| "alwaysStrict": true, | |
| "noUnusedLocals": true, | |
| "noUnusedParameters": true, | |
| "noImplicitReturns": true, | |
| "noFallthroughCasesInSwitch": true, | |
| "moduleResolution": "node", | |
| "jsx": "react", | |
| "esModuleInterop": true, | |
| } | |
| } | |