2021-12-01 23:47:41 +03:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ES2019",
|
|
|
|
"module": "commonjs",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"strict": true,
|
|
|
|
"allowJs": true,
|
|
|
|
"jsx": "react",
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"noEmit": true,
|
|
|
|
"noImplicitOverride": true,
|
|
|
|
"useUnknownInCatchVariables": false,
|
2024-05-30 18:29:28 +03:00
|
|
|
"noUncheckedIndexedAccess": true
|
2021-12-01 23:47:41 +03:00
|
|
|
},
|
|
|
|
"compileOnSave": true,
|
2024-05-30 18:29:28 +03:00
|
|
|
"include": ["src", "tests", "assets"],
|
|
|
|
"exclude": ["assets/playwright-ct.config.ts", "assets/playwright-ct.config.js"]
|
2021-12-01 23:47:41 +03:00
|
|
|
}
|