From 976a5228541bbae2f53da5c010cc8c6b6599cee1 Mon Sep 17 00:00:00 2001 From: Caesarovich Date: Fri, 6 May 2022 18:22:03 +0200 Subject: [PATCH] Fix tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0988655..8b89b14 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,5 +15,5 @@ "noUncheckedIndexedAccess": true, "noUnusedParameters": true }, - "include": ["src/**/*", "examples/*"] + "include": ["src/**/*"] }