|
31 | 31 | "downlevelIteration": false, |
32 | 32 | "allowSyntheticDefaultImports": true, |
33 | 33 | "emitDeclarationOnly": true, |
34 | | - "baseUrl": ".", |
35 | 34 | "types": ["vitest/globals", "vitest/importMeta"], |
36 | 35 | "paths": { |
37 | | - "@reduxjs/toolkit": ["src/index.ts"], // @remap-prod-remove-line |
38 | | - "@reduxjs/toolkit/react": ["src/react/index.ts"], // @remap-prod-remove-line |
39 | | - "@reduxjs/toolkit/query": ["src/query/index.ts"], // @remap-prod-remove-line |
40 | | - "@reduxjs/toolkit/query/react": ["src/query/react/index.ts"], // @remap-prod-remove-line |
41 | | - // for type imports in tests only |
42 | | - "@reduxjs/toolkit/dist/*": ["src/*"], // @remap-prod-remove-line |
43 | | - // for type imports in tests only |
44 | | - "@reduxjs/toolkit/dist/query/*": ["src/query/*"], // @remap-prod-remove-line |
| 36 | + "@reduxjs/toolkit": ["./src/index.ts"], // @remap-prod-remove-line |
| 37 | + "@reduxjs/toolkit/react": ["./src/react/index.ts"], // @remap-prod-remove-line |
| 38 | + "@reduxjs/toolkit/query": ["./src/query/index.ts"], // @remap-prod-remove-line |
| 39 | + "@reduxjs/toolkit/query/react": ["./src/query/react/index.ts"], // @remap-prod-remove-line |
45 | 40 | // internal imports in tests only |
46 | | - "@internal/*": ["src/*"], |
47 | | - "react": ["node_modules/react"] |
| 41 | + "@internal/*": ["./src/*"] |
48 | 42 | } |
49 | 43 | } |
50 | 44 | } |
0 commit comments