2022-10-20 22:33:25 +02:00
|
|
|
{
|
|
|
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
2022-10-31 16:57:21 +01:00
|
|
|
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "playwright"],
|
2022-10-20 22:33:25 +02:00
|
|
|
"exclude": ["src/**/*.spec.*/*"],
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
|
|
|
|
"@/*": ["./src/*"]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|