feat: mvp #3
Annotations
10 errors
Typecheck:
playground/src/App.tsx#L1
Cannot find module '@/components/ui/button' or its corresponding type declarations.
|
Typecheck:
playground/src/App.tsx#L4
Cannot use JSX unless the '--jsx' flag is provided.
|
Typecheck:
playground/src/components/ui/button.tsx#L5
Cannot find module '@/lib/utils' or its corresponding type declarations.
|
Typecheck:
playground/src/components/ui/button.tsx#L46
Cannot use JSX unless the '--jsx' flag is provided.
|
Typecheck:
playground/src/main.tsx#L3
An import path can only end with a '.tsx' extension when 'allowImportingTsExtensions' is enabled.
|
Typecheck:
playground/src/main.tsx#L3
Module './App.tsx' was resolved to '/home/runner/work/unocss-preset-shadcn/unocss-preset-shadcn/playground/src/App.tsx', but '--jsx' is not set.
|
Typecheck:
playground/src/main.tsx#L7
Cannot find name 'document'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
|
Typecheck:
playground/src/main.tsx#L8
Cannot use JSX unless the '--jsx' flag is provided.
|
Typecheck:
playground/src/main.tsx#L9
Cannot use JSX unless the '--jsx' flag is provided.
|
Typecheck:
playground/uno.config.ts#L2
Cannot find module 'unocss-preset-shadcn' or its corresponding type declarations.
|
The logs for this run have expired and are no longer available.
Loading