playwright/packages/html-reporter/tsconfig.node.json
2024-07-10 22:32:08 +02:00

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"]
}