Skip to content

Commit eeaa9f1

Browse files
fix: backend not running correctly
1 parent f97a75d commit eeaa9f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

server/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"outDir": "../dist/server",
55
"baseUrl": "",
6+
"moduleResolution": "node",
7+
"module": "commonjs",
68
"types": ["node", "jest"],
7-
"skipLibCheck": true // Added due to jest and jasmine errors
89
}
910
}

0 commit comments

Comments
 (0)