mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 11:19:12 +01:00
* fix(deps): update dependency prettier to ^3.2.4 * fix: formatting issues --------- Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
9 lines
189 B
JSON
9 lines
189 B
JSON
{
|
|
"extends": "@homarr/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
|
|
},
|
|
"include": ["."],
|
|
"exclude": ["node_modules"],
|
|
}
|