Files
Homarr/packages/image-proxy/tsconfig.json
2025-07-20 16:59:03 +02:00

10 lines
220 B
JSON

{
"extends": "@homarr/tsconfig/base.json",
"compilerOptions": {
"types": ["node"],
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
},
"include": ["*.ts", "src"],
"exclude": ["node_modules"]
}