Open IchordeDionysos opened 5 months ago
I'll look into this.
It seems like this is the proper fix: https://stackoverflow.com/questions/67551956/node-no-unpublished-import-chai-is-not-published/78616594#78616594
Interesting but in my initial test that doesn't seem to work in our case
Steps to reproduce:
npx gts init
index.ts
npm run lint
Expected behaviour
It throws an error:
Actual behaviour
There is no error being thrown.
Additional information
When adding
src
to the files array in thepackage.json
, the behaviour is fixed, though it is debatable whether this is a desirable fix.