2022-10-20 22:33:25 +02:00
|
|
|
{
|
|
|
|
|
"extends": "./tsconfig.app.json",
|
2023-01-12 19:43:47 +01:00
|
|
|
"include": ["playwright", "src/**/*", "tests/**/*"],
|
2022-10-20 22:33:25 +02:00
|
|
|
"compilerOptions": {
|
2022-11-08 17:40:29 +01:00
|
|
|
"allowJs": true,
|
2022-10-20 22:33:25 +02:00
|
|
|
"composite": true,
|
|
|
|
|
"lib": [],
|
|
|
|
|
"jsx": "react-jsx",
|
2023-03-30 02:13:09 +02:00
|
|
|
"types": ["node"],
|
|
|
|
|
"ignoreDeprecations": "5.0"
|
2022-10-20 22:33:25 +02:00
|
|
|
}
|
|
|
|
|
}
|