Closed ToddThomson closed 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.
"moduleResolution": classic | node
Feature added.
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.