mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 14:39:21 +08:00
17 lines
228 B
JSON
17 lines
228 B
JSON
|
{
|
||
|
"include": [
|
||
|
"vite.config.*",
|
||
|
"vitest.config.*",
|
||
|
"cypress.config.*",
|
||
|
"playwright.config.*"
|
||
|
],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"types": [
|
||
|
"node"
|
||
|
],
|
||
|
"lib": [
|
||
|
|
||
|
]
|
||
|
}
|
||
|
}
|