diff --git a/package.json b/package.json index 6302cd6..7180f16 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "cut-abstractions", - "version": "0.1.2", + "version": "0.1.3", "description": "", "files": ["dist/**/*"], + "main":"./dist/index.js", + "module": "./dist/index.js", + "types": "./dist/index.d.js", "exports": { - ".": { - "types": "./dist/index.d.ts", - "require": "./dist/index.js" - } + ".": "./dist/index.js" }, "scripts": { "build": "tsc", diff --git a/tsconfig.json b/tsconfig.json index 4ced372..f89957e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "include": ["src"], - "exclude": ["samples","tests"], + "exclude": ["node_modules","samples","tests"], "compilerOptions": { /* Visit https://aka.ms/tsconfig to read more about this file */