feat: enable type-aware linting and type checking #31
Annotations
10 errors
|
typescript(TS2307):
apps/web/app/routes/topic.create.tsx#L1
Cannot find module '../../.react-router/types/app/routes/+types/topic.create' or its corresponding type declarations.
|
|
typescript(TS2307):
apps/web/app/routes/topic.$tid.edit.tsx#L1
Cannot find module '../../.react-router/types/app/routes/+types/topic.$tid.edit' or its corresponding type declarations.
|
|
typescript(TS2307):
apps/web/app/routes/stars.tsx#L1
Cannot find module '../../.react-router/types/app/routes/+types/stars' or its corresponding type declarations.
|
|
typescript(TS2307):
apps/web/app/routes/setting.tsx#L1
Cannot find module '../../.react-router/types/app/routes/+types/setting' or its corresponding type declarations.
|
|
typescript(TS2307):
apps/web/app/routes/reply.$id.edit.tsx#L1
Cannot find module '../../.react-router/types/app/routes/+types/reply.$id.edit' or its corresponding type declarations.
|
|
typescript(TS2307):
apps/web/app/routes/my.messages.tsx#L1
Cannot find module '../../.react-router/types/app/routes/+types/my.messages' or its corresponding type declarations.
|
|
typescript(TS2307):
apps/web/app/routes/auth.github.new.tsx#L1
Cannot find module '../../.react-router/types/app/routes/+types/auth.github.new' or its corresponding type declarations.
|
|
typescript(TS2307):
apps/web/app/routes/auth.github.callback.tsx#L1
Cannot find module '../../.react-router/types/app/routes/+types/auth.github.callback' or its corresponding type declarations.
|
|
typescript(TS2307):
apps/web/app/routes/_index.tsx#L1
Cannot find module '../../.react-router/types/app/routes/+types/_index' or its corresponding type declarations.
|
|
typescript(TS2307):
apps/web/app/routes/topic.$tid.tsx#L3
Cannot find module '../../.react-router/types/app/routes/+types/topic.$tid' or its corresponding type declarations.
|