mirror of
https://github.com/mosh-hamedani/helpdesk.git
synced 2026-05-21 11:58:19 +02:00
11 lines
219 B
JSON
11 lines
219 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2022",
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "bundler",
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"types": ["node"]
|
||
|
|
},
|
||
|
|
"include": ["e2e/**/*.ts", "playwright.config.ts"]
|
||
|
|
}
|