mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
12 lines
231 B
JSON
12 lines
231 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"module": "ESNext",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true,
|
||
|
"moduleResolution": "node"
|
||
|
}
|
||
|
}
|