cosmos-explorer/tsconfig.config.json
2025-07-10 10:22:44 -05:00

14 lines
239 B
JSON

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