diff --git a/package.json b/package.json index d10a0be..439ba30 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "author": "Govind Diwakar ", "license": "MIT", "scripts": { - "clean": "./node_modules/.bin/rimraf services/ models/ migrations/ api/ utils/ subscribers/ types/ index.js index.map.js", + "clean": "./node_modules/.bin/rimraf dist/ services/ models/ migrations/ api/ utils/ subscribers/ types/ index.js index.map.js", "build": "npm run clean && tsc -p tsconfig.json", "watch": "tsc --watch", "test": "jest --coverage" diff --git a/tsconfig.base.json b/tsconfig.base.json index f08da5b..5507712 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -11,7 +11,7 @@ "skipDefaultLibCheck": true, "declaration": true, "sourceMap": true, - "outDir": ".", + "outDir": "./dist", "rootDir": "src", "baseUrl": "src" },