Furnyr / Dissonity

Open source project that makes it easy to create Discord activities using Unity and the Embedded App SDK
MIT License
38 stars 6 forks source link

Type packages are not found within the client folder #1

Closed Furnyr closed 6 months ago

Furnyr commented 6 months ago

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.

Furnyr commented 6 months ago

Btw, I'm working on improving this repository and making actual npm and unity packages other than the example project.