mirror of
https://github.com/unraid/api.git
synced 2026-01-03 15:09:48 -06:00
Co-authored-by: Eli Bosley <ekbosley@gmail.com> Co-authored-by: Pujit Mehrotra <pujit@lime-technology.com> Co-authored-by: mdatelle <mike@datelle.net> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zack Spear <zackspear@users.noreply.github.com>
18 lines
449 B
JSON
18 lines
449 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/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "tailwind.config.ts"],
|
|
"exclude": ["node_modules", "**/*.copy.vue", "**/*copy.vue"]
|
|
}
|