1
1
mirror of https://github.com/microsoft/playwright.git synced 2024-12-17 00:04:50 +03:00
playwright/tests/components/ct-vue-cli/tsconfig.test.json

13 lines
260 B
JSON
Raw Normal View History

2022-10-20 23:33:25 +03:00
{
"extends": "./tsconfig.app.json",
"include": ["playwright", "src/**/*", "tests/**/*"],
2022-10-20 23:33:25 +03:00
"compilerOptions": {
2022-11-08 19:40:29 +03:00
"allowJs": true,
2022-10-20 23:33:25 +03:00
"composite": true,
"lib": [],
"jsx": "react-jsx",
"types": ["node"],
"ignoreDeprecations": "5.0"
2022-10-20 23:33:25 +03:00
}
}