Skip to content

Commit dd72575

Browse files
authored
Merge pull request #62 from cham11ng/upgrade-typescript
Upgrade typescript
2 parents bf8c8de + a079642 commit dd72575

File tree

4 files changed

+2006
-13
lines changed

4 files changed

+2006
-13
lines changed

.env.example

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
APP_PORT=8000
22

3-
CODE_SOURCE=
4-
53
# Database Configurations
64
DB_CLIENT=pg
75
DB_HOST=127.0.0.1
@@ -11,8 +9,8 @@ DB_USER=
119
DB_PASSWORD=
1210

1311
# Log
12+
LOGGING_DIR=
1413
LOGGING_LEVEL=debug
15-
LOG_FILE_GENERATION_SUPPORT=false
1614

1715
# Authentication
1816
ACCESS_TOKEN_DURATION=10m

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
"supertest": "^6.1.4",
9797
"sync-dotenv": "^2.6.2",
9898
"ts-jest": "^28.0.5",
99-
"ts-node": "^10.8.1",
99+
"ts-node": "^10.9.1",
100100
"tslib": "^2.4.0",
101-
"typescript": "^4.7.4"
101+
"typescript": "^4.8.4"
102102
}
103103
}

0 commit comments

Comments
 (0)