ToddThomson / tsproject

Typescript minifier and modular typescript bundle optimizer for gulp (Ts Vinyl Adapter).
Other
57 stars 12 forks source link

Add Support for traceResolution in TsConfig.json CompilerOptions #115

Closed ToddThomson closed 4 years ago

ToddThomson commented 4 years ago

TsProject ( starting with npm release 4.0.0-rc.3 ) will support the tsconfig.json compiler option:

"traceResolution" : true | false

Please also see CompilerOptions: "moduleResolution": classic | node. classic module resolution is the default.

ToddThomson commented 4 years ago

Feature added.