API-Explorer-II/tsconfig.node.json

10 lines
248 B
JSON
Raw Permalink Normal View History

2023-03-29 15:22:33 +00:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
"compilerOptions": {
2023-04-20 06:04:46 +00:00
"esModuleInterop": true,
2023-03-29 15:22:33 +00:00
"composite": true,
"types": ["node"]
}
}