wswebcreation / webdriver-image-comparison

MIT License
43 stars 36 forks source link

Prevent tsconfig.json from being published which causes a problem with the 'includes' field #119

Closed Rendez closed 1 year ago

Rendez commented 1 year ago

Fixes a TS compiler problem with the published package, since some times it tries to scan all tsconfig.json files in node_modules to build up the types graph. VSCode in my case gave me the hint:

No inputs were found in config file '/Users/[...]/dev/[...]/node_modules/webdriver-image-comparison/tsconfig.json'.

Specified 'include' paths were '[\"lib/**/*\"]' and 'exclude' paths were '[\"./build\"]'.".
wswebcreation commented 1 year ago

Will release a version next week