Files
engine/e2e/tsconfig.json
luzhuang c50e4f2a18 Migrate e2e testing from Cypress to Playwright (#2746)
* refactor: migrate e2e testing from Cypress to Playwright
2025-07-08 14:38:49 +08:00

9 lines
147 B
JSON

{
"compilerOptions": {
"target": "es5",
"lib": ["es5", "dom"],
"types": ["@playwright/test", "node"]
},
"include": ["**/*.ts"]
}