🎨 代码格式化

This commit is contained in:
BTMuli
2023-10-10 23:15:26 +08:00
parent 5c2bb4e5af
commit b04f49ec46
114 changed files with 379 additions and 548 deletions

View File

@@ -10,19 +10,19 @@
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": ["ESNext", "DOM"],
"lib": ["DOM", "ESNext"],
"skipLibCheck": true,
"types": ["vite/client"],
"allowSyntheticDefaultImports": true,
"composite": true
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.vue",
"vite.config.ts",
"tsconfig.json",
".yml",
"package.json"
"package.json",
"src/**/*.d.ts",
"src/**/*.ts",
"src/**/*.vue",
"tsconfig.json",
"vite.config.ts"
]
}