mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-31 03:39:21 +01:00
13 lines
216 B
Handlebars
13 lines
216 B
Handlebars
{
|
|
"extends": "@homarr/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
|
|
},
|
|
"include": [
|
|
"*.ts",
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |