mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
chore(tsconfig): excluding ionic to quiet typescript errors
This commit is contained in:
@ -15,5 +15,9 @@
|
||||
"!./tmp/**"
|
||||
],
|
||||
"compileOnSave" : false,
|
||||
"buildOnSave": false
|
||||
"buildOnSave": false,
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"ionic"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user