14 lines
231 B
JSON
14 lines
231 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
|
"include": [
|
|
"vite/vite.config.*",
|
|
"vite/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"ignoreDeprecations": "5.0",
|
|
"composite": true,
|
|
"types": [
|
|
"node"
|
|
]
|
|
}
|
|
} |