Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

How to build TS examples ? #100

Open
LaCreArthur opened this issue Nov 30, 2022 · 1 comment
Open

How to build TS examples ? #100

LaCreArthur opened this issue Nov 30, 2022 · 1 comment

Comments

@LaCreArthur
Copy link

How do I build the TS files from Scripts/src ?
The entry files of the Sample script in the SampleScene are from Scripts/out, if I modify the JS here, it is reflected in the SampleScene.
But I didn't found how to compile the TS files. I tested npm run build it didn't worked.
Thanks for helping

@ialex32x
Copy link
Owner

ialex32x commented Mar 21, 2023

Run tsc in the same directory of tsconfig.json. (or tsc --watch to auto recompile all ts source changes)

Run npm install to get all deps installed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants