Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit 945c4da

Browse files
committed
chore: fix emotion css prop config
1 parent 66b22be commit 945c4da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"lib": ["dom", "ES2017", "ES2019"],
88
// "allowJs": true,
99
// "checkJs": true,
10+
"types": ["vite/client", "@emotion/react/types/css-prop"],
1011
"jsx": "react-jsx",
1112
"strict": true,
1213
"esModuleInterop": true,

0 commit comments

Comments
 (0)