Skip to content

Commit

Permalink
fix(core): fix versions in package locks and update references in tsc…
Browse files Browse the repository at this point in the history
…onfig

gh-0
  • Loading branch information
Samarpan Bhattacharya authored and Samarpan Bhattacharya committed Dec 26, 2021
1 parent aefc692 commit 36b563e
Show file tree
Hide file tree
Showing 46 changed files with 2,314 additions and 17,283 deletions.
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"extends": "@loopback/build/config/tsconfig.common.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
"rootDir": "src",
"composite": true
},
"include": ["src"]
"include": [
"src"
],
"references": []
}
Loading

0 comments on commit 36b563e

Please sign in to comment.