From fe710f58a982e31e64c02d887567bcd9a4108b24 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 13 Jan 2023 16:40:23 +0530 Subject: chore: tsconf --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index d8496d7..4754889 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,5 +20,5 @@ "noUncheckedIndexedAccess": true, "skipLibCheck": false }, - "include": ["./src/**/*", "./stdlib/**/*", "./examples/**/*"] + "include": ["./**/*.ts"] } -- cgit v1.3.1