cevek / ttypescript

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

How to build without running into the build issue currently on master? #115

Closed TomasHubelbauer closed 2 years ago

TomasHubelbauer commented 3 years ago

Hi, I see master is currently failing:

src/loadTypescript.ts(42,9): error TS2611: 'exports' is defined as a property in class 'Module', but is overridden here in 'TypeScriptModule' as an accessor.

I have the same issue locally:

cd ttypescript
npm install
npm run build

However, I also see the latest release on GitHub and NPM is in response to the commit which is failing. So it looks like you have found a way to build and release without running into this error. Do I need to use a specific version of TypeScript?

cevek commented 2 years ago

Fixed in 1.5.13