mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
chore(): use exclude in tsconfig
Otherwise not all source files are typechecked by IDEs (tests, demos, etc.)
This commit is contained in:
@ -7,8 +7,10 @@
|
|||||||
"declaration": true,
|
"declaration": true,
|
||||||
"outDir": "dist"
|
"outDir": "dist"
|
||||||
},
|
},
|
||||||
"files": [
|
"exclude": [
|
||||||
"ionic/index.ts",
|
"node_modules",
|
||||||
|
"scripts",
|
||||||
|
"typings/main",
|
||||||
"typings/main.d.ts"
|
"typings/main.d.ts"
|
||||||
],
|
],
|
||||||
"compileOnSave" : false,
|
"compileOnSave" : false,
|
||||||
|
Reference in New Issue
Block a user