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
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
This happens because there is no src folder in output
As soon as i create src folder with any ts file in it error goes away
Steps to Reproduce
Install elastic search in VS Code using npm i @elastic/elasticsearch this
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered:
Elasticsearch Version
8.6.1
Installed Plugins
No response
Java Version
bundled
OS Version
win 11
Problem Description
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
This happens because there is no src folder in output
As soon as i create src folder with any ts file in it error goes away
Steps to Reproduce
Install elastic search in VS Code using npm i @elastic/elasticsearch this
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: