mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(tsconfig): set buildOnSave to false
This commit is contained in:
@ -14,5 +14,6 @@
|
|||||||
"!./dist/**",
|
"!./dist/**",
|
||||||
"!./tmp/**"
|
"!./tmp/**"
|
||||||
],
|
],
|
||||||
"compileOnSave" : false
|
"compileOnSave" : false,
|
||||||
|
"buildOnSave": false
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user