2025-03-21 14:20:43 +03:30
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
2025-04-24 20:38:02 +03:30
|
|
|
"module": "esnext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"target": "esnext",
|
2025-03-21 14:20:43 +03:30
|
|
|
"types": ["node"],
|
2025-04-24 20:38:02 +03:30
|
|
|
"esModuleInterop": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"strict": true
|
|
|
|
},
|
|
|
|
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"]
|
|
|
|
}
|