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