From e98cc9018192ec8696dcec3d23d00a01628b24a7 Mon Sep 17 00:00:00 2001 From: Hyungsuk Kang Date: Thu, 5 Jan 2023 22:05:48 +0900 Subject: [PATCH] Remove exclusion of dependancies because this package uses buffer --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c17f65c..41ebcd8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "isolatedModules": true }, "include": ["src"], - "exclude": ["node_modules"], + "exclude": [], "typedocOptions": { "entryPoints": ["./src/Layout.ts"], "out": "docs",