Add node to zone.js' tsconfig types (#37499)

This commit is contained in:
Nathan Shively-Sanders 2020-04-01 14:40:01 -07:00 committed by GitHub
parent 0b38a9a2b0
commit ed1863b3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
"compilerOptions": {
"strict": true,
"lib": ["esnext", "dom"],
"types": []
"types": ["node"]
},
"files": [
"index.ts",