2023-12-08 22:35:15 +01:00
|
|
|
{
|
2024-01-02 14:18:37 +01:00
|
|
|
"extends": "@homarr/tsconfig/base.json",
|
2023-12-08 22:35:15 +01:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
2024-02-04 09:03:22 +01:00
|
|
|
"~/*": ["./src/*"],
|
2023-12-08 22:35:15 +01:00
|
|
|
},
|
|
|
|
|
"plugins": [
|
|
|
|
|
{
|
2024-02-04 09:03:22 +01:00
|
|
|
"name": "next",
|
|
|
|
|
},
|
2023-12-08 22:35:15 +01:00
|
|
|
],
|
2024-02-04 09:03:22 +01:00
|
|
|
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
|
2023-12-08 22:35:15 +01:00
|
|
|
},
|
|
|
|
|
"include": [".", ".next/types/**/*.ts"],
|
2024-02-04 09:03:22 +01:00
|
|
|
"exclude": ["node_modules"],
|
2023-12-08 22:35:15 +01:00
|
|
|
}
|