|
1 | 1 | { |
2 | 2 | "compilerOptions": { |
3 | 3 | "target": "esnext", |
4 | | - "moduleResolution": "node", |
5 | | - "baseUrl": "./", |
| 4 | + "moduleResolution": "bundler", |
6 | 5 | "jsx": "react", |
7 | 6 | "declaration": true, |
8 | 7 | "skipLibCheck": true, |
9 | 8 | "esModuleInterop": true, |
10 | 9 | "paths": { |
11 | | - "@/*": ["src/*"], |
12 | | - "@@/*": [".dumi/tmp/*"], |
13 | | - "@rc-component/table": ["src/index.ts"], |
14 | | - "@rc-component/table/es": ["src"], |
15 | | - "@rc-component/table/es/*": ["src/*"], |
16 | | - "rc-table": ["src/index.ts"], |
17 | | - "rc-table/es": ["src"], |
18 | | - "rc-table/es/*": ["src/*"] |
| 10 | + "@/*": ["./src/*"], |
| 11 | + "@@/*": ["./.dumi/tmp/*"], |
| 12 | + "@rc-component/table": ["./src/index.ts"], |
| 13 | + "@rc-component/table/es": ["./src"], |
| 14 | + "@rc-component/table/es/*": ["./src/*"], |
| 15 | + "rc-table": ["./src/index.ts"], |
| 16 | + "rc-table/es": ["./src"], |
| 17 | + "rc-table/es/*": ["./src/*"] |
19 | 18 | }, |
20 | | - "ignoreDeprecations": "6.0", |
21 | 19 | "noImplicitAny": false, |
22 | 20 | "strictNullChecks": false, |
23 | 21 | "strictPropertyInitialization": false, |
24 | 22 | "strictFunctionTypes": false, |
25 | 23 | "strict": false, |
26 | 24 | "noImplicitThis": false, |
27 | | - "strictBindCallApply": false |
| 25 | + "strictBindCallApply": false, |
| 26 | + "module": "ESNext" |
28 | 27 | }, |
29 | 28 | "include": [ |
30 | 29 | "react-compat.d.ts", |
|
0 commit comments