Skip to content

Commit bfd3258

Browse files
committed
fix: update typeRoots and add types configuration in tsconfig.json
1 parent 02e3658 commit bfd3258

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"paths": {
1818
"@api/*": ["src/*"]
1919
},
20-
"typeRoots": ["./src/@types", "./node_modules/@types"]
20+
"typeRoots": ["./src/@types", "./node_modules/@types"],
21+
"types": [
22+
"node"
23+
],
2124
},
2225
"include": [
2326
"./src/**/*.ts",

0 commit comments

Comments
 (0)