Skip to content

Commit ed1863b

Browse files
authored
Add node to zone.js' tsconfig types (microsoft#37499)
1 parent 0b38a9a commit ed1863b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cases/user/zone.js/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"strict": true,
44
"lib": ["esnext", "dom"],
5-
"types": []
5+
"types": ["node"]
66
},
77
"files": [
88
"index.ts",

0 commit comments

Comments
 (0)