create-playwright/tsconfig.json

18 строки
480 B
JSON
Исходник Обычный вид История

{
"compilerOptions": {
"target": "ES2019",
"module": "commonjs",
"esModuleInterop": true,
"strict": true,
"allowJs": true,
"jsx": "react",
"resolveJsonModule": true,
"noEmit": true,
"noImplicitOverride": true,
"useUnknownInCatchVariables": false,
"noUncheckedIndexedAccess": true
},
"compileOnSave": true,
"include": ["src", "tests", "assets"],
"exclude": ["assets/playwright-ct.config.ts", "assets/playwright-ct.config.js"]
}