mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-22 00:19:54 +08:00
10 lines
203 B
JSON
10 lines
203 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.base.json",
|
||
|
|
"include": ["test/**/*.ts", "tests/**/*.ts"],
|
||
|
|
"compilerOptions": {
|
||
|
|
"types": ["node", "vitest"],
|
||
|
|
"isolatedDeclarations": false,
|
||
|
|
"declaration": false
|
||
|
|
}
|
||
|
|
}
|