Skip to content

Commit a2971bf

Browse files
fix: type conflicts
1 parent 20e1e89 commit a2971bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig-serve.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"target": "es5",
9-
"typeRoots": [
10-
"node_modules/@types"
9+
"types": [
10+
"node"
1111
],
1212
"lib": [
1313
"es2017",

0 commit comments

Comments
 (0)