Skip to content

Commit

Permalink
fix: backend not running correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Aug 31, 2024
1 parent f97a75d commit eeaa9f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"outDir": "../dist/server",
"baseUrl": "",
"moduleResolution": "node",
"module": "commonjs",
"types": ["node", "jest"],
"skipLibCheck": true // Added due to jest and jasmine errors
}
}

0 comments on commit eeaa9f1

Please sign in to comment.