mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 22:48:03 +08:00
18 lines
277 B
JSON
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": [
|
|
|
|
]
|
|
}
|
|
} |