Invalid JSON:
Expected double-quoted property name in JSON
at line 20, column 40
| { | |
| "extends": "../tsconfig.json", | |
| "compilerOptions": { | |
| "allowSyntheticDefaultImports": true, | |
| "esModuleInterop": true, | |
| "module": "ESNext", | |
| "moduleResolution": "Node", | |
| "emitDeclarationOnly": false, | |
| "strict": true, | |
| "noEmit": true, | |
| "target": "ESNext", | |
| "jsx": "react", | |
| "baseUrl": ".", | |
| "rootDir": "../", | |
| "skipLibCheck": true, | |
| "noImplicitReturns": false, | |
| "noUnusedLocals": false, | |
| "types": ["vitest/globals"], | |
| "paths": { | |
| "reselect": ["../src/index.ts"], // @remap-prod-remove-line | |
| "@internal/*": ["../src/*"] | |
| } | |
| }, | |
| "include": ["**/*.ts*"] | |
| } | |