13 lines
336 B
JSON
13 lines
336 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"target": "esnext",
|
|
"types": ["node"],
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"strict": true
|
|
},
|
|
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"]
|
|
} |