Skip to content

Commit ed66521

Browse files
committed
fix: add "node" to compilerOptions.types
1 parent 292dfa7 commit ed66521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tfjs-node-helpers/tsconfig.lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"outDir": "../../dist/out-tsc",
55
"declaration": true,
6-
"types": [],
6+
"types": ["node"],
77
"lib": ["es2018"]
88
},
99
"include": ["**/*.ts"],

0 commit comments

Comments
 (0)