blossom/blossom-web/tsconfig.config.json

17 lines
228 B
JSON
Raw Normal View History

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