mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 10:49:14 +01:00
* test: add pi-hole test container integration test * chore: improve waiting logic for test container * refactor: improve structure of pi hole test * fix: eslint does not recognize test directory to be part of tsconfig
9 lines
205 B
JSON
9 lines
205 B
JSON
{
|
|
"extends": "@homarr/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
|
|
},
|
|
"include": ["*.ts", "src", "test"],
|
|
"exclude": ["node_modules"]
|
|
}
|