2022-10-20 22:33:25 +02:00
|
|
|
{
|
2023-04-21 00:31:00 +02:00
|
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
|
|
|
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "playwright"],
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
|
|
|
|
"@/*": ["./src/*"]
|
2022-10-20 22:33:25 +02:00
|
|
|
},
|
2023-04-21 00:31:00 +02:00
|
|
|
"ignoreDeprecations": "5.0"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"references": [
|
2022-10-20 22:33:25 +02:00
|
|
|
{
|
2023-04-21 00:31:00 +02:00
|
|
|
"path": "./tsconfig.node.json"
|
2022-10-20 22:33:25 +02:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|