config: format json hbs as json (#540)

This commit is contained in:
Manuel
2024-05-24 21:49:25 +02:00
committed by GitHub
parent 114176ee17
commit 9e199b7dff
3 changed files with 56 additions and 12 deletions
+13 -3
View File
@@ -1,3 +1,13 @@
{ "extends": "@homarr/tsconfig/base.json", "compilerOptions": {
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json" }, "include": ["*.ts",
"src"], "exclude": ["node_modules"] }
{
"extends": "@homarr/tsconfig/base.json",
"compilerOptions": {
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
},
"include": [
"*.ts",
"src"
],
"exclude": [
"node_modules"
]
}