Files
core2026/app/game-frontend/e2e/playwright.live.tsconfig.json
T

22 lines
624 B
JSON

{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2022",
"types": ["node", "@playwright/test"]
},
"include": [
"./joinGeneralLive.spec.ts",
"./joinGeneral.live.playwright.config.mjs",
"./npcPossessionLive.spec.ts",
"./npcPossession.live.playwright.config.mjs",
"./dieOnPrestartLive.spec.ts",
"./dieOnPrestart.live.playwright.config.mjs"
]
}