2024-06-07 20:17:03 +03:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
},
|
2025-01-14 16:11:01 +03:00
|
|
|
"include": ["vite.config.ts", "package.json", "playwright.config.ts", "tests"]
|
2024-06-07 20:17:03 +03:00
|
|
|
}
|