2022-10-20 22:33:25 +02:00
|
|
|
{
|
2024-06-22 00:50:10 +02:00
|
|
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
2023-08-01 02:45:34 +02:00
|
|
|
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "tests/**/*", "playwright"],
|
2023-04-21 00:31:00 +02:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
2023-09-08 23:23:35 +02:00
|
|
|
"@/*": ["./src/*"],
|
|
|
|
|
"*": ["_"],
|
2022-10-20 22:33:25 +02:00
|
|
|
},
|
2023-04-21 00:31:00 +02:00
|
|
|
"ignoreDeprecations": "5.0"
|
2024-06-22 00:50:10 +02:00
|
|
|
}
|
2022-10-20 22:33:25 +02:00
|
|
|
}
|