fix: update to tailwindcss 4

This commit is contained in:
2025-02-20 01:36:27 +08:00
parent efa3068d40
commit 9d2f02efe9
12 changed files with 1175 additions and 1417 deletions

View File

@@ -15,9 +15,15 @@
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,
// "jsx": "react",
// "jsxFragmentFactory": "Fragment",
// "jsxFactory": "h",
"jsx": "react-jsx",
"baseUrl": "./",
"types": [],
"typeRoots": [
"node_modules/@types",
"node_modules/@kevisual/types",
],
"paths": {
"@/*": [
"src/*"
@@ -32,5 +38,6 @@
},
"include": [
"src",
"typings.d.ts"
]
}