mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +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,
|
||||
"outDir": "dist"
|
||||
},
|
||||
"files": [
|
||||
"ionic/index.ts",
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"scripts",
|
||||
"typings/main",
|
||||
"typings/main.d.ts"
|
||||
],
|
||||
"compileOnSave" : false,
|
||||
|
Reference in New Issue
Block a user