mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 00:40:58 +01:00
18 lines
340 B
JSON
18 lines
340 B
JSON
{
|
|
"extends": "@alparr/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./src/*"]
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
],
|
|
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
|
|
},
|
|
"include": [".", ".next/types/**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|