Skip to content

Commit

Permalink
CHANGED: renamed base tsconfig to tsconfig.base.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alMukaafih committed Oct 11, 2024
1 parent 12571a9 commit 8bae49d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
Expand Down
2 changes: 1 addition & 1 deletion modules/build/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "lib",
"outDir": "dist"
Expand Down
File renamed without changes.

0 comments on commit 8bae49d

Please sign in to comment.