mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-06 03:16:17 +03:00
13 lines
245 B
JSON
13 lines
245 B
JSON
|
{
|
||
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
||
|
"include": ["src/**/*", "src/**/*.vue"],
|
||
|
"exclude": ["src/**/*.spec.*/*"],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@/*": ["./src/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|