mirror of
https://github.com/unraid/api.git
synced 2026-01-07 17:19:52 -06:00
18 lines
375 B
JSON
18 lines
375 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "./dist/test",
|
|
"types": [
|
|
"node",
|
|
"happy-dom",
|
|
"vitest/globals",
|
|
"@vue/test-utils",
|
|
"@testing-library/vue"
|
|
]
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "**/*.copy.vue", "**/*copy.vue"]
|
|
}
|