We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b761e commit b418cfeCopy full SHA for b418cfe
tsconfig.json
@@ -4,19 +4,14 @@
4
"moduleResolution": "node",
5
"baseUrl": "./",
6
"jsx": "react",
7
+ "types": ["node"],
8
"declaration": true,
9
"skipLibCheck": true,
10
"esModuleInterop": true,
11
"paths": {
- "@/*": [
12
- "src/*"
13
- ],
14
- "@@/*": [
15
- ".dumi/tmp/*"
16
17
- "rc-resize-observer": [
18
- "src/index.tsx"
19
- ]
+ "@/*": ["src/*"],
+ "@@/*": [".dumi/tmp/*"],
+ "rc-resize-observer": ["src/index.tsx"]
20
}
21
22
-}
+}
0 commit comments