NoxSensei

Results 2 comments of NoxSensei

What about skipping publish of source files? Won't it be enough to just publish `.d.ts` and `.js` files and just ignore `.ts` files?

Problem still occurs. I've set `skipLibcheck` in the `tsconfig.json` to avoid checking libraries. But it's just a temporary hack to ignore errors. ```json "skipLibCheck": true ```