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
It'd be nice to be able to set extends in .compilerrc to point to a tsconfig.json file. Then the development configuration could be the same as specified in tsconfig.json.
It'd be nice to be able to set extends in
.compilerrcto point to atsconfig.jsonfile. Then thedevelopmentconfiguration could be the same as specified intsconfig.json.{ "env": { "development": { "text/typescript": { "extends": ["../path/to/tsconfig"] } } } }