Some checks failed
Deploy to Pages / build (pull_request) Failing after 3m15s
7 lines
159 B
JSON
7 lines
159 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node", "@playwright/test"]
|
|
},
|
|
"include": ["playwright.config.ts", "e2e/**/*.ts"]
|
|
}
|