Skip to content

Commit 34fdc04

Browse files
committed
chore: align TypeScript 6 tooling checks
1 parent 9bd91a0 commit 34fdc04

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

tsconfig.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4-
"ignoreDeprecations": "6.0",
54
"strict": false,
65
"types": ["node", "jest"],
7-
"moduleResolution": "node",
8-
"baseUrl": "./",
6+
"moduleResolution": "bundler",
97
"jsx": "react",
108
"declaration": true,
119
"skipLibCheck": true,
1210
"esModuleInterop": true,
1311
"paths": {
14-
"@/*": ["src/*"],
15-
"@@/*": [".dumi/tmp/*"],
16-
"@rc-component/context": ["src/index.ts"]
12+
"@/*": ["./src/*"],
13+
"@@/*": ["./.dumi/tmp/*"],
14+
"@rc-component/context": ["./src/index.ts"]
1715
}
1816
},
1917
"include": [".dumirc.ts", "**/*.ts", "**/*.tsx"]

0 commit comments

Comments
 (0)