mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-02 10:34:27 +03:00
19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "tests/**/*", "playwright"],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"*": ["_"],
|
|
},
|
|
"ignoreDeprecations": "5.0"
|
|
},
|
|
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
]
|
|
}
|