about summary refs log tree commit diff
path: root/tsconfig.check.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.check.json')
-rw-r--r--tsconfig.check.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tsconfig.check.json b/tsconfig.check.json
new file mode 100644
index 000000000..f2e29bbb7
--- /dev/null
+++ b/tsconfig.check.json
@@ -0,0 +1,4 @@
+{
+  "extends": "./tsconfig.json",
+  "exclude": ["__e2e__", "dist"],
+}