jupyterlite / cockle

In-browser bash-like shell implemented in TypeScript.
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Remove `skipLibCheck` from `tsconfig.json` #41

Open jtpio opened 2 months ago

jtpio commented 2 months ago

skipLibCheck was added in https://github.com/jupyterlite/cockle/pull/38.

https://github.com/jupyterlite/cockle/blob/62c60c7786a12ac9f33f7650260f3bd0fa09875b/tsconfig.json#L19

We should ideally try to remove it.