Files
Aida_Purchaser_Front/tsconfig.node.json

10 lines
245 B
JSON
Raw Normal View History

2026-04-20 11:21:21 +08:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"],
"skipLibCheck": true
}
}