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
Expected behavior:
Applies inheritance and interpolates the tsconfig file references in the extends attribute.
Running tsc works as expected.
Actual behavior:
createProject does not support tsconfig inheritance, it passes only the tsconfig which references another one without interpolating the base config file.
Even if I change extends to a file which does not even exists, there is no error, just different compiler options than set in the base tsconfig.
TypeScript: 2.1.4
Version: 3.1.3
Expected behavior:
Applies inheritance and interpolates the tsconfig file references in the extends attribute.
Running
tsc
works as expected.Actual behavior:
createProject does not support tsconfig inheritance, it passes only the tsconfig which references another one without interpolating the base config file.
Even if I change extends to a file which does not even exists, there is no error, just different compiler options than set in the base tsconfig.
gulpfile.js
tsconfig.json
tsconfig.build.json
The text was updated successfully, but these errors were encountered: