blossom/blossom-web/tsconfig.config.json
jasminexz b6c6684ff3 init
2023-08-07 11:50:22 +08:00

18 lines
277 B
JSON

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