From f2f0c823e2b07a1a441b4a8e4b811f6f730ea4c3 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 11 Mar 2021 08:21:23 +0700 Subject: [PATCH] Updated the ts config --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e8c669f..1d118dc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,8 +13,9 @@ "resolveJsonModule": true, "noEmit": true, "declaration": true, - "outDir": "dist", + "outDir": "dist/lib", "rootDir": "src", + "lib": ["es2015", "es2016", "es2017", "dom"] }, "include": ["src/**/*"], "exclude": ["node_modules"]