From f742dea4648fed47237d03d9500af84b35767f82 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Fri, 7 Feb 2020 14:00:49 +0900 Subject: [PATCH] fix build error --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index d0e7afc..1c399df 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1,5 +1,5 @@ { - "exclude": ["cjs", "esm"], + "include": ["src"], "compilerOptions": { "target": "esnext", "moduleResolution": "node",