mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(tsconfig): set noImplicitAny
This commit is contained in:
@@ -5,14 +5,22 @@
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
"outDir": "dist"
|
||||
"outDir": "dist",
|
||||
"noImplicitAny": true
|
||||
},
|
||||
"filesGlob": [
|
||||
"src/**/*.ts",
|
||||
"!node_modules/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"scripts",
|
||||
"typings/main",
|
||||
"typings/main.d.ts"
|
||||
],
|
||||
"compileOnSave" : false,
|
||||
"buildOnSave": false
|
||||
"compileOnSave": false,
|
||||
"buildOnSave": false,
|
||||
"atom": {
|
||||
"rewriteTsconfig": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user