22 lines
624 B
JSON
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"
|
|
]
|
|
}
|