2025-12-24 16:29:33 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"moduleResolution": "bundler",
|
2026-02-19 12:54:04 +00:00
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
|
"types": ["node"]
|
2025-12-24 16:29:33 +00:00
|
|
|
},
|
2026-02-19 12:54:04 +00:00
|
|
|
"include": ["vite.config.ts", "playwright.config.ts"]
|
2025-12-24 16:29:33 +00:00
|
|
|
}
|