9 lines
159 B
JSON
9 lines
159 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"allowSyntheticDefaultImports": true,
|
||
|
|
"noEmit": true,
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
},
|
||
|
|
"include": ["src", "playwright.d.ts"],
|
||
|
|
}
|