From 6f52408e7bf79730df9eb7b487dcacf468e409e1 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 2 Dec 2020 04:10:15 +0300 Subject: test: Event model --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') 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"] } -- cgit v1.2.3