blossom/blossom-web/tsconfig.config.json

18 lines
277 B
JSON
Raw Normal View History

2023-08-07 11:50:22 +08:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"playwright.config.*"
],
"compilerOptions": {
"composite": true,
"types": [
"node"
],
"lib": [
]
}
}