Skip to content

Commit 81c4921

Browse files
committed
chore: Modify type config.
1 parent 6a1e65e commit 81c4921

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

tsconfig.json renamed to src/tsconfig.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414
"strict": true, /* Enable all strict type-checking options. */
1515
"outDir": "lib",
1616
"baseUrl": ".",
17+
"typeRoots": [
18+
"types"
19+
],
1720
"paths": {
1821
"*": [
19-
"node_modules/*",
20-
"src/types/*"
22+
"types/*"
2123
]
2224
}
23-
},
24-
"include": [
25-
"./**/*"
26-
]
25+
}
2726
}

0 commit comments

Comments
 (0)