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, 8 insertions, 0 deletions
diff --git a/tooling/eslint/tsconfig.json b/tooling/eslint/tsconfig.json
new file mode 100644
index 00000000..dcbd7d30
--- /dev/null
+++ b/tooling/eslint/tsconfig.json
@@ -0,0 +1,8 @@
+{
+ "extends": "@hoarder/tsconfig/base.json",
+ "compilerOptions": {
+ "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
+ },
+ "include": ["."],
+ "exclude": ["node_modules"]
+}