mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 03:09:19 +01:00
19 lines
419 B
JSON
19 lines
419 B
JSON
{
|
|
"extends": "@homarr/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./src/*"],
|
|
"@homarr/node-unifi": ["../../node_modules/@types/node-unifi"]
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
],
|
|
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
|
|
},
|
|
"include": [".", ".next/types/**/*.ts"],
|
|
"exclude": ["node_modules", ".next"]
|
|
}
|