Hey,
I am new to theia-ide, typescript and javascript. I am trying to get through this docs: https://theia-ide.org/docs/authoring_extensions. Finding this problem
error TS18003: No inputs were found in config file ‘/home/karthik/Projects/training/my-app/hello-world-extension/tsconfig.json’. Specified ‘include’ paths were ‘[“src”]’ and ‘exclude’ paths were ‘[“lib”]’
Any help would be appreciated. Thanks
[original thread by Karthik Bhat K]
[Karthik Bhat K]
Solution found
Just run yo theia-extension
$ yo theia-extension
? The extension's name my-app
? The extension's type hello-world
MyApp
create package.json
create lerna.json
[Karthik Bhat K]
You will get an option to say whether you want to create theia hello-world extension or theia widget extension
@thebuzzycoder so docs are wrong? please file an issue to fix them: https://github.com/theia-ide/theia-website/issues/new PRs are welcomed as well
[Karthik Bhat K]
@anton-kosyakov I have raised the issue. I will update the docs when I get time and create a PR