14 lines
303 B
JSON
14 lines
303 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.app.json",
|
||
|
|
"include": ["playwright", "src/**/*", "tests/**/*"],
|
||
|
|
"compilerOptions": {
|
||
|
|
"allowJs": true,
|
||
|
|
"composite": true,
|
||
|
|
"lib": [],
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
"types": ["node"],
|
||
|
|
"noUncheckedSideEffectImports": false,
|
||
|
|
"ignoreDeprecations": "6.0"
|
||
|
|
}
|
||
|
|
}
|