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:
@ -608,5 +608,5 @@ export abstract class NavController {
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
abstract registerChildNav(nav: any);
|
||||
abstract registerChildNav(nav: any): void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user