Files
lanecarford_front/tsconfig.node.json

10 lines
245 B
JSON
Raw Permalink Normal View History

2025-10-09 09:29:36 +08:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
"compilerOptions": {
"composite": true,
2025-10-13 15:38:33 +08:00
"types": ["node"],
2025-10-09 11:33:47 +08:00
"skipLibCheck": true
2025-10-09 09:29:36 +08:00
}
}