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
{{ message }}
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
I would like to override one of the compiler options specified in tsconfig.json. I prefer to pass it in query string rather than add loader config in tsconfig.json.
But it seems that awesome-typescript-loader prefer the options from tsconfig.json. I did a little investigation and found that line of code: _.extend(options, configFile.compilerOptions);
Would you consider to change this behaviour? It seems more reasonable to replace the standard options by the options specified specially for the loader.
The text was updated successfully, but these errors were encountered:
I would like to override one of the compiler options specified in tsconfig.json. I prefer to pass it in query string rather than add loader config in tsconfig.json.
But it seems that awesome-typescript-loader prefer the options from tsconfig.json. I did a little investigation and found that line of code:
_.extend(options, configFile.compilerOptions);
Would you consider to change this behaviour? It seems more reasonable to replace the standard options by the options specified specially for the loader.
The text was updated successfully, but these errors were encountered: