Skip to content

Commit ff97b47

Browse files
build: add typeRoots to tsconfig.esm.json
1 parent c6f819e commit ff97b47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nodejs/tsconfig.esm.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
"strict": true,
1919
"strictNullChecks": true,
2020
"incremental": true,
21-
"newLine": "LF"
21+
"newLine": "LF",
22+
"typeRoots": [
23+
"./node_modules/@types"
24+
]
2225
},
2326
"exclude": [
2427
"node_modules"

0 commit comments

Comments
 (0)