You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, each package has a tsconfig.json that extends the one in the root, with a build script that calls a centralised script. This script uses the directory from where it was called to run the TS compilation/build.
Tasks
Remove tsconfig files from packages
Update and move build script to work with go script in the root
Build script should use a prompt for package selection, if cwd is not a package
TS should run in the root, configured for the project
Currently, each package has a
tsconfig.jsonthat extends the one in the root, with a build script that calls a centralised script. This script uses the directory from where it was called to run the TS compilation/build.Tasks
goscript in the root