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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.check.json b/tsconfig.check.json
index f2e29bbb7..b90fc83e0 100644
--- a/tsconfig.check.json
+++ b/tsconfig.check.json
@@ -1,4 +1,4 @@
 {
   "extends": "./tsconfig.json",
-  "exclude": ["__e2e__", "dist"],
+  "include": ["src"]
 }