skywalking-booster-ui/tsconfig.config.json
2022-12-12 16:51:38 +08:00

9 lines
220 B
JSON

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