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
ok, it seems that it needs to be the otherway around, the base minimum in a base.json and then "extends": "base.json" inside tsconfig.json and vendor.json with only the settings not defined in base.json
TypeScript Version: 2.1.1 / nightly (2.2.0-dev.201xxxxx)
Code
Expected behavior:
Be able to "cancel" previous outFile setting by setting the "outFile" to null in the extended version
Actual behavior:
error TS5024: Compiler option 'outFile' requires a value of type string.
if outFile is set to
""
, it tries to write to.
giving a ESDIR error in NodeThe text was updated successfully, but these errors were encountered: