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
bug description
When running svelte-check, I get the following issue:
.routify/routes.js:11:33
Hint: Could not find a declaration file for module '@roxi/routify/runtime/buildRoutes'. './node_modules/@roxi/routify/runtime/buildRoutes.js' implicitly has an 'any' type.
If the '@roxi/routify' package actually exposes this module, try adding a new declaration (.d.ts) file containing declare module '@roxi/routify/runtime/buildRoutes';
Although this isn't an error/warning, I'd like to get the output of the compiler check as clean as possible.
package.json
npm run svelte-check -- --tsconfig ./tsconfig.json"
version
2.18.4
The text was updated successfully, but these errors were encountered:
bug description
When running svelte-check, I get the following issue:
.routify/routes.js:11:33
Hint: Could not find a declaration file for module '@roxi/routify/runtime/buildRoutes'. './node_modules/@roxi/routify/runtime/buildRoutes.js' implicitly has an 'any' type.
If the '@roxi/routify' package actually exposes this module, try adding a new declaration (.d.ts) file containing
declare module '@roxi/routify/runtime/buildRoutes';
Although this isn't an error/warning, I'd like to get the output of the compiler check as clean as possible.
package.json
version
2.18.4
The text was updated successfully, but these errors were encountered: