mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-01-10 02:44:32 +00:00
Update templates to TypeScript 2.2.1 and fix whatwg-fetch related errors. Fixes #705
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"sourceMap": true,
|
||||
"skipDefaultLibCheck": true,
|
||||
"lib": ["es6", "dom"],
|
||||
"types": [ "webpack-env", "whatwg-fetch" ],
|
||||
"types": [ "webpack-env" ],
|
||||
"paths": {
|
||||
// Fix "Duplicate identifier" errors caused by multiple dependencies fetching their own copies of type definitions.
|
||||
// We tell TypeScript which type definitions module to treat as the canonical one (instead of combining all of them).
|
||||
|
||||
Reference in New Issue
Block a user