{ "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*"] }