2024-02-20 21:28:27 +01:00
|
|
|
{
|
|
|
|
|
"extends": "@homarr/tsconfig/base.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
|
|
|
|
|
},
|
2025-02-18 22:54:15 +01:00
|
|
|
"include": ["*.ts", "src"],
|
2024-02-20 21:28:27 +01:00
|
|
|
"exclude": ["node_modules"]
|
|
|
|
|
}
|