aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-12-02 04:10:15 +0300
committereug-vs <eug-vs@keemail.me>2020-12-02 04:10:36 +0300
commit6f52408e7bf79730df9eb7b487dcacf468e409e1 (patch)
tree0bc1caf00ad8a95ac4faa438ff2f848529d36a2b /tsconfig.json
parent40ffcc5e78f5ee41353e383ca25b81134084ab9f (diff)
downloadmongo-cronjob-6f52408e7bf79730df9eb7b487dcacf468e409e1.tar.gz
test: Event model
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 301894b..adf45f2 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,5 +7,6 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"noImplicitThis": false
- }
+ },
+ "exclude": ["./test"]
}