API-Explorer-II/tsconfig.node.json
2023-04-20 14:04:46 +08:00

10 lines
248 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
"compilerOptions": {
"esModuleInterop": true,
"composite": true,
"types": ["node"]
}
}