mirror of
https://github.com/ChronosX88/wind-vue.git
synced 2024-11-08 20:00:59 +00:00
9 lines
157 B
JSON
9 lines
157 B
JSON
|
{
|
||
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
||
|
"include": ["vite.config.*"],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"types": ["node"]
|
||
|
}
|
||
|
}
|