mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 11:50:22 +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/*"]
|
|
}
|
|
}
|
|
}
|