In AureliaSpa, use whatwg-fetch to provide type info

This commit is contained in:
SteveSandersonMS
2016-10-28 15:11:25 +01:00
parent acfb253a40
commit 6bceb234d8
3 changed files with 5 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
"emitDecoratorMetadata": true,
"skipDefaultLibCheck": true,
"lib": [ "es6", "dom" ],
"types": [ "node" ]
"types": [ "node", "whatwg-fetch" ]
},
"exclude": [ "bin", "node_modules" ],
"atom": { "rewriteTsconfig": false }