config: format json hbs as json (#540)
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user