Skip to content

feat: mvp

feat: mvp #3

Triggered via push November 30, 2023 12:57
Status Failure
Total duration 1m 34s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

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.