diff --git a/lib/index.ts b/lib/index.ts new file mode 100644 index 0000000..96b8be1 --- /dev/null +++ b/lib/index.ts @@ -0,0 +1 @@ +export { InteractiveOptions } from './InteractiveOptions'; diff --git a/package.json b/package.json index fc465d4..e56cc3c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@scode/console-app", "version": "1.0.0", - "main": "index.js", + "main": "dist/index.js", "author": "Timo Hocker ", "license": "MIT", "devDependencies": {