Add build via esbuild

This configures the existing build tasks to use esbuild by default. If
using the plain files is desired, passing `--bundle=false` will build
using plain files and still produce a runnable system.

This is only a basic build; a more efficient build is provided later
when gulp is replaced by hereby.
This commit is contained in:
Jake Bailey
2022-09-13 16:21:03 -07:00
parent 36e29448e9
commit 4139807e75
47 changed files with 955 additions and 409 deletions

View File

@@ -1,7 +1,6 @@
{
"extends": "../tsconfig-base",
"compilerOptions": {
"outDir": "../../built/local/executeCommandLine"
},
"references": [