Skip to content

Commit

Permalink
fix(build): removing types, conflicting
Browse files Browse the repository at this point in the history
ref #260
  • Loading branch information
Brian Martin committed Jun 30, 2019
1 parent 9d7d964 commit 4e626f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions tsconfig.es2015.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"outDir": "./dist",
"sourceMap": true,
"target": "es2015",
"typeRoots": [
"./node_modules/@types"
]
"types": []
},
"files": [
"src/index.ts"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.es5.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"moduleResolution": "node",
"outDir": "./dist/bundles/es5",
"target": "es5",
"allowJs": true
"allowJs": true,
"types": []
},
"files": [
"dist/bundles/ng-dynamic-component.es2015.js"
Expand Down

0 comments on commit 4e626f3

Please sign in to comment.