Skip to content

Commit b418cfe

Browse files
committed
perf: uninstall classnames, install clsx
1 parent f8b761e commit b418cfe

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

tsconfig.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,14 @@
44
"moduleResolution": "node",
55
"baseUrl": "./",
66
"jsx": "react",
7+
"types": ["node"],
78
"declaration": true,
89
"skipLibCheck": true,
910
"esModuleInterop": true,
1011
"paths": {
11-
"@/*": [
12-
"src/*"
13-
],
14-
"@@/*": [
15-
".dumi/tmp/*"
16-
],
17-
"rc-resize-observer": [
18-
"src/index.tsx"
19-
]
12+
"@/*": ["src/*"],
13+
"@@/*": [".dumi/tmp/*"],
14+
"rc-resize-observer": ["src/index.tsx"]
2015
}
2116
}
22-
}
17+
}

0 commit comments

Comments
 (0)