mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-06 03:16:17 +03:00
15 lines
328 B
JSON
15 lines
328 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2019",
|
|
"module": "commonjs",
|
|
"lib": ["esnext", "dom", "DOM.Iterable"],
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"allowJs": false,
|
|
"resolveJsonModule": true,
|
|
"noImplicitOverride": true,
|
|
"useUnknownInCatchVariables": false,
|
|
"declaration": true,
|
|
},
|
|
}
|