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
Creating a project with typescript and start watch fails
14:20:18] Starting compilation in watch mode...
error TS18003: No inputs were found in config file '/home/colin/workspaces/dummy/tsconfig.json'. Specified 'include' paths were '["src/main/webapp/**/*","src/test/webapp/unit/**/*"]' and 'exclude' paths were '[]'.
[14:20:18] Found 1 error. Watching for file changes.
DEV v2.1.0 /home/colin/workspaces/dummy
include: src/test/webapp/unit/**/*.{test,spec}.?(c|m)[jt]s?(x)
exclude: **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*
No test files found, exiting with code 1
The text was updated successfully, but these errors were encountered:
I've just tested it.
it doesn't fail: the error is related to missing typescript code, but as soon as you start creating typescript code, the error disappear since the watch mode is effective.
I'm not sure that we could/should do anything here, it's just tsc behavior.
Creating a project with typescript and start
watch
failsThe text was updated successfully, but these errors were encountered: