mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(noImplicitAny): add noImplicitAny to tsconfig
This commit is contained in:
@ -499,13 +499,13 @@ export class Slides extends Ion {
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
loopedSlides = null;
|
||||
loopedSlides: number = null;
|
||||
|
||||
// Swiping/no swiping
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
swipeHandler = null;
|
||||
swipeHandler: any = null;
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
|
Reference in New Issue
Block a user