aboutsummaryrefslogtreecommitdiffstats
path: root/tooling/eslint/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tooling/eslint/tsconfig.json')
-rw-r--r--tooling/eslint/tsconfig.json8
1 files changed, 0 insertions, 8 deletions
diff --git a/tooling/eslint/tsconfig.json b/tooling/eslint/tsconfig.json
deleted file mode 100644
index 25ea271f..00000000
--- a/tooling/eslint/tsconfig.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "extends": "@karakeep/tsconfig/base.json",
- "compilerOptions": {
- "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
- },
- "include": ["."],
- "exclude": ["node_modules"]
-}