You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After npm install, tsconfig.json is being forced to 4 spaces changing other settings like adding es6 to lib.
Ideally, there should be a "nativescript": { "lastMigrated": VERSION } flag that can be added to the tsconfig.json so that after a migration is done and then the project is readjusted, it doesn't get run again until a new version/migration is available.
The text was updated successfully, but these errors were encountered:
After npm install, tsconfig.json is being forced to 4 spaces changing other settings like adding
es6
tolib
.Ideally, there should be a
"nativescript": { "lastMigrated": VERSION }
flag that can be added to thetsconfig.json
so that after a migration is done and then the project is readjusted, it doesn't get run again until a new version/migration is available.The text was updated successfully, but these errors were encountered: