mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-16 15:52:24 +03:00
10 lines
160 B
JSON
10 lines
160 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"moduleResolution": "Node",
|
||
|
"downlevelIteration": true,
|
||
|
"esModuleInterop": true,
|
||
|
},
|
||
|
"files": [
|
||
|
"src/index.ts"
|
||
|
]
|
||
|
}
|