Skip to content

Commit

Permalink
fix(build): properly output subdirectories like rxjs/operators
Browse files Browse the repository at this point in the history
The last alpha publish was missing appropriate references in the build script. This adds them back.
  • Loading branch information
benlesh committed Jan 14, 2018
1 parent 1a363ad commit 34fe560
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tsconfig/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"extends": "../tsconfig.json",
"files": [
"../dist/src/Rx.ts",
"../dist/src/add/observable/of.ts"
"../dist/src/add/observable/of.ts",
"../dist/src/index.ts",
"../dist/src/operators/index.ts",
"../dist/src/create/index.ts",
"../dist/src/ajax/index.ts",
"../dist/src/websocket/index.ts",
"../dist/src/testing/index.ts"
]
}

0 comments on commit 34fe560

Please sign in to comment.