cosmos-explorer/tsconfig.config.json
2024-01-22 13:56:05 +07:00

15 lines
250 B
JSON

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