mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-27 20:17:30 +00:00
In AureliaSpa, use whatwg-fetch to provide type info
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"emitDecoratorMetadata": true,
|
||||
"skipDefaultLibCheck": true,
|
||||
"lib": [ "es6", "dom" ],
|
||||
"types": [ "node" ]
|
||||
"types": [ "node", "whatwg-fetch" ]
|
||||
},
|
||||
"exclude": [ "bin", "node_modules" ],
|
||||
"atom": { "rewriteTsconfig": false }
|
||||
|
||||
Reference in New Issue
Block a user