playwright/tests/components/ct-vue-vite/tsconfig.test.json

10 lines
180 B
JSON
Raw Normal View History

2022-10-20 23:33:25 +03:00
{
"extends": "./tsconfig.app.json",
2022-10-31 22:58:07 +03:00
"include": ["playwright", "env.d.ts", "src/**/*"],
2022-10-20 23:33:25 +03:00
"compilerOptions": {
"composite": true,
"lib": [],
"types": ["node"]
}
}