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
Error: Command failed: "/path-to-project/node_modules/typescript/lib/tsc.js" --pretty --build "/path-to-project/tsconfig.json"
❌ error TS6369: Option '--build' must be the first command line argument.
checking if user uses invalid options with build mode (imho this will be reported by native TSC if issue 1 is fixed. From DX perspective the typings needs to be revamped via discriminant unions so compiler shows only available options for particular mode
The text was updated successfully, but these errors were encountered:
Issue #1
Current:
Expected:
solution #1
Issue #2
tscRunner
accepts any TS options althoughbuild
mode has restricted options support.solution #2
The text was updated successfully, but these errors were encountered: