mirror of
https://github.com/CorentinTh/it-tools.git
synced 2024-11-10 17:35:48 +08:00
8 lines
167 B
JSON
8 lines
167 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
|
"include": ["vite.config.*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": ["node", "vitest"]
|
|
}
|
|
}
|