Skip to content

Commit d480601

Browse files
committed
fix: Typings improvements
1 parent 9a02a3a commit d480601

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"baseUrl": "./",
2222
"declarationDir": "types",
2323
"typeRoots": [
24-
"./typings"
24+
"./typings",
25+
"./node_modules/@types"
2526
]
2627
},
2728
"exclude": [

0 commit comments

Comments
 (0)