elastic / enterprise-search-js

Official Node.js client for Elastic Enterprise Search, App Search, and Workplace Search.
https://www.elastic.co/guide/en/enterprise-search-clients/index.html
Apache License 2.0
2 stars 10 forks source link

No inputs found by typescript #62

Open servefast-cto opened 4 weeks ago

servefast-cto commented 4 weeks ago

It's not uncommon that somebody already opened an issue or in the best case it's already fixed but not merged. That's the reason why you should search at first before submitting a new one.

Please read this entire template before posting any issue. If you ignore these instructions and post an issue here that does not follow the instructions, your issue might be closed, locked, and assigned the not reproducible label.

šŸ› Bug Report

This started appearing when updated to last version

No inputs were found in config file 'c:/**/node_modules/@elastic/elasticsearch/tsconfig.json'. Specified 'include' paths were '["./src/**/*.ts"]' and 'exclude' paths were '["node_modules"]'.ts

@elastic/enterprise-search": "^8.6.1",

To Reproduce

Steps to reproduce the behavior:

  1. run npm i @elastic/enterprise-search within typescript project
  2. VS code shows this error

Expected

Not to show error its a bit annoying

Your Environment