Files
Homarr/tooling/prettier/tsconfig.json

9 lines
187 B
JSON
Raw Normal View History

2023-12-08 22:35:15 +01:00
{
"extends": "@homarr/tsconfig/base.json",
2023-12-08 22:35:15 +01:00
"compilerOptions": {
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
2023-12-08 22:35:15 +01:00
},
"include": ["."],
"exclude": ["node_modules"]
2023-12-08 22:35:15 +01:00
}