mirror of https://github.com/halo-dev/halo
14 lines
303 B
JSON
14 lines
303 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"]
|
||
![]() |
}
|
||
|
}
|