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
Typescript 1.5 has a --project command line argument to specify a folder with a tsconfig.json file with compiler options. Support this option as an alternative to specifying compiler options in the grunt task, so that editor settings and grunt build settings can stay in sync.
Alternatively, some functionality to generate a tsconfig.json file that matches the grunt task?
The text was updated successfully, but these errors were encountered:
Typescript 1.5 has a --project command line argument to specify a folder with a tsconfig.json file with compiler options. Support this option as an alternative to specifying compiler options in the grunt task, so that editor settings and grunt build settings can stay in sync.
Alternatively, some functionality to generate a tsconfig.json file that matches the grunt task?
The text was updated successfully, but these errors were encountered: