2024-11-07 14:13:39 +02:00
|
|
|
{
|
|
|
|
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
2024-11-21 08:46:06 +02:00
|
|
|
"include": ["./components.d.ts", "env.d.ts", "src/**/*", "src/**/*.vue"],
|
2024-11-07 14:13:39 +02:00
|
|
|
"exclude": ["src/**/__tests__/*"],
|
2024-12-05 13:20:25 +02:00
|
|
|
"files": [
|
|
|
|
|
"./components.d.ts",
|
2024-12-06 11:15:32 +02:00
|
|
|
"./auto-imports.d.ts"
|
2024-12-05 13:20:25 +02:00
|
|
|
],
|
2024-11-07 14:13:39 +02:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
|
|
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
|
|
|
|
|
|
|
|
|
"baseUrl": ".",
|
2024-12-06 11:15:32 +02:00
|
|
|
"types": [
|
|
|
|
|
"unplugin-info/client"
|
|
|
|
|
],
|
2024-11-07 14:13:39 +02:00
|
|
|
"paths": {
|
|
|
|
|
"@/*": ["./src/*"]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|