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