chore: adjust typecheck script #2
Annotations
20 errors
test (lts/*, ubuntu-latest):
src/main.tsx#L2
Cannot find module '#app/app' or its corresponding type declarations.
|
test (lts/*, ubuntu-latest):
src/modules/auth/pages/Login/Login.page.test.tsx#L4
Cannot find module './login.page' or its corresponding type declarations.
|
test (lts/*, ubuntu-latest):
src/modules/auth/routes/auth.route.tsx#L2
Cannot find module '#auth/pages/login/login.action' or its corresponding type declarations.
|
test (lts/*, ubuntu-latest):
src/modules/auth/routes/auth.route.tsx#L3
Cannot find module '#auth/pages/login/login.loader' or its corresponding type declarations.
|
test (lts/*, ubuntu-latest):
src/modules/auth/routes/auth.route.tsx#L20
Cannot find module '../pages/login/login.page' or its corresponding type declarations.
|
test (lts/*, ubuntu-latest):
src/modules/home/pages/Home.page.test.tsx#L4
Cannot find module './home.page' or its corresponding type declarations.
|
test (lts/*, ubuntu-latest):
src/modules/home/routes/home.route.tsx#L2
Cannot find module '#home/pages/home.loader' or its corresponding type declarations.
|
test (lts/*, ubuntu-latest):
src/modules/home/routes/home.route.tsx#L20
Cannot find module '../pages/home.page' or its corresponding type declarations.
|
test (lts/*, ubuntu-latest):
src/modules/playground/pages/Playground.page.tsx#L4
Cannot find module '#playground/components/demo/demo' or its corresponding type declarations.
|
test (lts/*, ubuntu-latest):
src/modules/playground/routes/playground.route.tsx#L16
Cannot find module '../pages/playground.page' or its corresponding type declarations.
|
typecheck:
src/main.tsx#L2
Cannot find module '#app/app' or its corresponding type declarations.
|
typecheck:
src/modules/auth/pages/Login/Login.page.test.tsx#L4
Cannot find module './login.page' or its corresponding type declarations.
|
typecheck:
src/modules/auth/routes/auth.route.tsx#L2
Cannot find module '#auth/pages/login/login.action' or its corresponding type declarations.
|
typecheck:
src/modules/auth/routes/auth.route.tsx#L3
Cannot find module '#auth/pages/login/login.loader' or its corresponding type declarations.
|
typecheck:
src/modules/auth/routes/auth.route.tsx#L20
Cannot find module '../pages/login/login.page' or its corresponding type declarations.
|
typecheck:
src/modules/home/pages/Home.page.test.tsx#L4
Cannot find module './home.page' or its corresponding type declarations.
|
typecheck:
src/modules/home/routes/home.route.tsx#L2
Cannot find module '#home/pages/home.loader' or its corresponding type declarations.
|
typecheck:
src/modules/home/routes/home.route.tsx#L20
Cannot find module '../pages/home.page' or its corresponding type declarations.
|
typecheck:
src/modules/playground/pages/Playground.page.tsx#L4
Cannot find module '#playground/components/demo/demo' or its corresponding type declarations.
|
typecheck:
src/modules/playground/routes/playground.route.tsx#L16
Cannot find module '../pages/playground.page' or its corresponding type declarations.
|