Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #260 from ethereumjs/fix/dist
Browse files Browse the repository at this point in the history
Fix prod tsconfig and include ethjs-util types in dist
  • Loading branch information
holgerd77 authored Jul 7, 2020
2 parents 584cc82 + 173e6bc commit bd4ce85
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference path="./@types/ethjs-util/index.ts"/>
/**
* Constants
*/
Expand Down
6 changes: 0 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"extends": "@ethereumjs/config-tsc",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": ["src/@types/*"]
}
},
"include": ["src/**/*.ts", "test/**/*.ts"]
}
3 changes: 2 additions & 1 deletion tsconfig.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist"
}
},
"include": ["src/**/*.ts"]
}

0 comments on commit bd4ce85

Please sign in to comment.