2022-08-12 10:44:09 +00:00
|
|
|
{
|
2024-08-28 16:24:01 +00:00
|
|
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
|
|
|
|
"include": ["vite.config.*"],
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"ignoreDeprecations": "5.0",
|
|
|
|
|
"composite": true,
|
|
|
|
|
"types": ["@types/node"]
|
|
|
|
|
}
|
2022-08-12 10:44:09 +00:00
|
|
|
}
|