Closed ethangclark closed 2 years ago
See #78
The problem is that the build command is only transpiling server.ts, whereas we want it to transpile server.ts and any files in the project that are referenced by server.ts.
server.ts
See #78
The problem is that the build command is only transpiling
server.ts
, whereas we want it to transpileserver.ts
and any files in the project that are referenced byserver.ts
.