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