Skip to content

Commit

Permalink
chore: add global types.d.ts file to build tsconfig entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Hasani committed Jan 18, 2019
1 parent 05ba2a4 commit d070962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "./tsconfig.json",
"files": ["./src/index.ts"],
"files": ["./src/index.ts", "./src/types.d.ts"],
"include": [],
"exclude": [],
"compilerOptions": {
Expand Down

0 comments on commit d070962

Please sign in to comment.