Skip to content

Commit 9cf976b

Browse files
build: set type roots for nodejs wrapper
1 parent ff97b47 commit 9cf976b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nodejs/tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"incremental": true,
2020
"newLine": "LF",
2121
"typeRoots": [
22-
"./node_modules/@types"
22+
"node_modules/@types"
2323
]
2424
},
2525
"exclude": [

nodejs/tsconfig.esm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"incremental": true,
2121
"newLine": "LF",
2222
"typeRoots": [
23-
"./node_modules/@types"
23+
"node_modules/@types"
2424
]
2525
},
2626
"exclude": [

0 commit comments

Comments
 (0)