mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-11 12:33:45 +03:00
11 lines
247 B
JSON
11 lines
247 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts", "vite.sw.config.ts", "bundle.ts"]
|
|
}
|