Skip to content

Commit

Permalink
build(tsconfig): fix sourceroot for source, typemaps
Browse files Browse the repository at this point in the history
- BREAKING CHANGES:

esm2015 renamed to esm. (though this is undocumented)
scoped package @reactivex/rxjs is being deprecated
  • Loading branch information
kwonoj committed Sep 25, 2019
1 parent 32f8500 commit 444e4ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"noEmit": false,
"baseUrl": ".",
"sourceRoot": ".",
"paths": {
"rxjs": ["./"],
"rxjs/*": ["./*"]
Expand Down

0 comments on commit 444e4ff

Please sign in to comment.