From a6ff70d09e1e5f161e401a3665bfe44b2abfc44e Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 11 Jan 2023 14:26:54 +0530 Subject: fix: minor fixes and refactors --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 4174b25..7c7eece 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,5 +21,5 @@ "noUncheckedIndexedAccess": true, "skipLibCheck": false }, - "include": ["./src/**/*"] + "include": ["./src/**/*", "./stdlib/**/*", "./examples/**/*"] } -- cgit v1.3.1