From 9851bedf64217c5c34a99d6f3d0e3ee97118f2c6 Mon Sep 17 00:00:00 2001 From: Chukwuemeka Ajima Date: Sat, 16 Jul 2022 20:45:51 +0200 Subject: [PATCH] chore(v0.1.0-beta.2): v0.1.0-beta.2 --- package.json | 2 +- tsconfig.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0a1fa3c..8f3cd83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "colstonjs", - "version": "0.1.0-beta.1", + "version": "0.1.0-beta.2", "author": "Chukwuemeka Ajima ", "repository": "https://github.com/ajimae/colstonjs.git", "main": "dist/index.js", diff --git a/tsconfig.json b/tsconfig.json index 549da2c..5b5710b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,12 +4,12 @@ "esModuleInterop": true, "isolatedModules": true, "lib": ["ESNext"], - "module": "ES2015", + "module": "CommonJS", "moduleResolution": "node", "removeComments": false, "resolveJsonModule": true, "types": ["bun-types"], "outDir": "dist" }, - "exclude": ["example", "dist"] + "include": ["index.ts", "src/**/*"] }