Skip to content

Commit

Permalink
Successful build
Browse files Browse the repository at this point in the history
  • Loading branch information
bashleigh committed Mar 2, 2018
1 parent a6401de commit c8d0c4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions index.ts

This file was deleted.

5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import ConfigService from './ConfigModule/config.service';
import ConfigModule from './ConfigModule/index';

export default ConfigModule;
export {ConfigService};
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"target": "es6",
"sourceMap": false,
"allowJs": false,
"rootDir": "./",
"rootDir": "./src",
"baseUrl": "./",
"outDir": "./dist"
},
Expand Down

0 comments on commit c8d0c4f

Please sign in to comment.