FelixHenninger / lab.js

Online research made easy
https://lab.js.org/
Other
245 stars 109 forks source link

Fix TypeScript Build #219

Closed joshunrau closed 7 months ago

joshunrau commented 10 months ago

I tried to build the core library on my machine and it was failing:

error TS5033: Could not write file '/local/home/Developer/lab.js/packages/library': EISDIR: illegal operation on a directory, open '/local/home/Developer/lab.js/packages/library'.

This issue is due to the tsBuildInfoFile setting in tsconfig,json. I commented this out and it works as expected. From what I understand in the docs, this should refer to a file if set, which makes sense considering the error message.

joshunrau commented 7 months ago

These changes are included in the DNP branch (my org). I am closing this since the repo seems to be unmaintained and I am deleting my fork.