mosh-helpdesk/tsconfig.json

11 lines
219 B
JSON
Raw Permalink Normal View History

2026-02-13 17:46:19 +01:00
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"esModuleInterop": true,
"types": ["node"]
},
"include": ["e2e/**/*.ts", "playwright.config.ts"]
}