cevek / ttypescript

Over TypeScript tool to use custom transformers in the tsconfig.json
1.53k stars 56 forks source link

Fix node-ts load config #6

Closed HitkoDev closed 6 years ago

HitkoDev commented 6 years ago

Ts-node 5.0.0 now uses the default typescript config loader (see https://github.com/TypeStrong/ts-node/commit/7164ab734c73167dce9adc2538e98d3d9999f7f6), which requires explicitly specifying tsconfig.json file.

cevek commented 6 years ago

Thank you!