Skip to content

Commit

Permalink
Merge pull request #23 from IEEEUCSC/main
Browse files Browse the repository at this point in the history
Complete Timeline and Sponsors
  • Loading branch information
Udeesha-Prabhashana authored Jan 30, 2024
2 parents 23922a9 + 55af43e commit 1941645
Show file tree
Hide file tree
Showing 29 changed files with 1,972 additions and 89 deletions.
1 change: 1 addition & 0 deletions Backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# production
/build
/dist

# misc
.DS_Store
Expand Down
3 changes: 2 additions & 1 deletion Backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"mongodb": "^6.3.0",
"mongoose": "^8.1.1",
"process": "^0.11.10",
"ts-node-dev": "^2.0.0"
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/cors": "^2.8.17",
Expand Down
3 changes: 3 additions & 0 deletions Backend/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion Backend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"target": "es2016",
"experimentalDecorators": true,
"module": "commonjs",
"rootDir": "./src",
"rootDir": ".",
"moduleResolution": "node",
"outDir": "./dist",
"esModuleInterop": true,
Expand Down
Loading

0 comments on commit 1941645

Please sign in to comment.