I already have a fix for this ready for the next release, this happens because the client folder is not included in tsconfig.json. This will be fixed by making the main tsconfig include the entire source folder without emiting and using a separate tsconfig to emit only the server folder.
I already have a fix for this ready for the next release, this happens because the client folder is not included in
tsconfig.json
. This will be fixed by making the main tsconfig include the entire source folder without emiting and using a separate tsconfig to emit only the server folder.