fix(build): Remove duplicate System declarations (#10713)
Add it to a common .d.ts. Prevents closure from complaining of duplicate declarations when compiled using tsickle to generate externs.
This commit is contained in:
4
modules/system.d.ts
vendored
Normal file
4
modules/system.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Dummy typings for systemjs.
|
||||
*/
|
||||
declare var System: any;
|
Reference in New Issue
Block a user