Skip to content

Commit

Permalink
tsconfigs updated to resolve error
Browse files Browse the repository at this point in the history
  • Loading branch information
paritosh64ce committed Jul 12, 2024
1 parent ab7d39a commit 5ea6b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/rxjs-pub-sub/tsconfig.lib.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"composite": true,
"outDir": "../../dist/out-tsc",
"declaration": true,
"types": ["node"]
Expand Down
1 change: 1 addition & 0 deletions libs/rxjs-pub-sub/tsconfig.spec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"composite": true,
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"]
Expand Down

0 comments on commit 5ea6b02

Please sign in to comment.