mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
chore(noImplicitAny): add noImplicitAny to tsconfig
This commit is contained in:
@ -1175,8 +1175,8 @@ export function setupPlatform(doc: HTMLDocument, platformConfigs: {[key: string]
|
||||
plt.init();
|
||||
|
||||
// add the platform obj to the window
|
||||
win['Ionic'] = win['Ionic'] || {};
|
||||
win['Ionic']['platform'] = plt;
|
||||
(<any>win)['Ionic'] = (<any>win)['Ionic'] || {};
|
||||
(<any>win)['Ionic']['platform'] = plt;
|
||||
|
||||
return plt;
|
||||
}
|
||||
|
Reference in New Issue
Block a user