mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-09-19 09:02:41 +01:00
Type-check Playwright E2E tests in CI
This commit is contained in:
+9
-7
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": ["./test/**/*"],
|
||||
"compilerOptions": {
|
||||
"module": "commonjs"
|
||||
}
|
||||
}
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": ["./test/**/*", "./playwright.config.ts", "./src/**/*.d.ts"],
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"lib": ["es2022", "dom"],
|
||||
"types": ["jest", "node"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user