Files
plugin-starter/ui/tsconfig.app.json
Ryan Wang 1182e9497d chore: rename console folder to ui (#23)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2023-12-27 10:27:48 +08:00

14 lines
311 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["./env.d.ts", "./src/**/*", "./src/**/*.vue"],
"exclude": ["./src/**/__tests__/*"],
"compilerOptions": {
"composite": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"types": ["unplugin-icons/types/vue"]
}
}