Invalid JSON:
Expected double-quoted property name in JSON
at line 25, column 40
| { | |
| "compilerOptions": { | |
| "allowSyntheticDefaultImports": true, | |
| "noUnusedLocals": false, | |
| "noUnusedParameters": false, | |
| "allowUnusedLabels": true, | |
| "isolatedModules": true, | |
| "removeComments": false, | |
| "checkJs": true, | |
| "alwaysStrict": false, | |
| "baseUrl": ".", | |
| "outDir": "dist", | |
| "strict": true, | |
| "target": "ESNext", | |
| "module": "ESNext", | |
| "moduleResolution": "Node", | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "allowJs": true, | |
| "jsx": "preserve", | |
| "noErrorTruncation": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "experimentalDecorators": true, | |
| "paths": { | |
| "reselect": ["../../src/index"], // @remap-prod-remove-line | |
| "@internal/*": ["../../src/*"] | |
| } | |
| }, | |
| "include": ["**/*.ts", "**/*.tsx"] | |
| } | |