Skip to content

Commit 71eeb29

Browse files
committed
fix
1 parent 5fe3fdc commit 71eeb29

2 files changed

Lines changed: 3 additions & 20 deletions

File tree

now.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

tsconfig.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,9 @@
88
"skipLibCheck": true,
99
"esModuleInterop": true,
1010
"paths": {
11-
"@/*": [
12-
"src/*"
13-
],
14-
"@@/*": [
15-
".dumi/tmp/*"
16-
],
17-
"@rc-component/context": [
18-
"src/index.ts"
19-
]
11+
"@/*": ["src/*"],
12+
"@@/*": [".dumi/tmp/*"],
13+
"@rc-component/context": ["src/index.ts"]
2014
}
2115
},
2216
"include": [".dumi/**/*", ".dumirc.ts", "**/*.ts", "**/*.tsx"]

0 commit comments

Comments
 (0)