mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 10:49:14 +01:00
14 lines
322 B
JSON
14 lines
322 B
JSON
{
|
|
"extends": "@homarr/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["src/*"],
|
|
"@homarr/node-unifi": ["../../node_modules/@types/node-unifi"]
|
|
},
|
|
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
|
|
},
|
|
"include": ["."],
|
|
"exclude": ["node_modules"]
|
|
}
|