You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Avoid using TS skipLibCheck
The errors from 'source-map' occurs due to `web-component-tester`. Since the
only `@types` required in this project is mocha and chai, we can solve lib errors
by excluding all others.
* Use a d.ts file for global type adjustments
0 commit comments