playwright/tests/components/ct-svelte/tsconfig.json

9 lines
174 B
JSON

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