wip: use unocss

(cherry picked from commit 4249465b7c)
This commit is contained in:
xingyu
2023-07-29 14:40:55 +08:00
committed by shizhong
parent c7d6d35642
commit 4f81427aa0
25 changed files with 291 additions and 247 deletions

View File

@ -10,7 +10,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"baseUrl": ".",
"baseUrl": "./",
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
@ -36,7 +36,7 @@
"typeRoots": ["./node_modules/@types/", "./types"]
},
"include": [
"src/**/*",
"src",
"types/**/*.d.ts",
"src/types/auto-imports.d.ts",
"src/types/auto-components.d.ts"