playwright/examples/components-vue/tsconfig.json

9 lines
171 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"noEmit": true,
"jsx": "react-jsx",
},
"include": ["src", "playwright.d.ts", "vue.d.ts"],
}