mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
11 lines
250 B
JSON
11 lines
250 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["playwright.config.ts", "vite.config.ts", "bundle.ts"]
|
|
}
|