Invalid JSON: Expected double-quoted property name in JSON
at line 21, column 1
| { | |
| "compilerOptions": { | |
| "module": "ESNext", | |
| "lib": ["dom", "esnext"], | |
| "declaration": true, | |
| "sourceMap": true, | |
| "rootDir": "./src", | |
| "strict": true, | |
| "noUnusedLocals": true, | |
| "noUnusedParameters": true, | |
| "noImplicitReturns": true, | |
| "noFallthroughCasesInSwitch": true, | |
| "moduleResolution": "node", | |
| "jsx": "react", | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "noEmit": false | |
| }, | |
| "include": ["src", "types"], | |
| } | |