Skip to content

Commit

Permalink
chore: update configs only
Browse files Browse the repository at this point in the history
  • Loading branch information
jackson-dean committed Sep 20, 2023
1 parent 416615d commit c4b62dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4201",
"start": "ng serve --port 4201 -c development",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"module": "es2020",
"allowJs": true,
"lib": [
"es2018",
"es2020",
"dom"
],
"types": [],
Expand Down

0 comments on commit c4b62dd

Please sign in to comment.