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