Files
api/unraid-ui/tsconfig.test.json
Michael Datelle 6669a963af refactor: unraid ui cleanup and migration (#998)
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>
2025-01-15 11:15:52 -05:00

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"]
}