chore: prepare to change to tailwindcss

This commit is contained in:
Elysia
2026-01-30 19:53:46 +08:00
parent 5f89436106
commit 0002c2f9e1
5 changed files with 8 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},