chore: Check types.

Enabling type checking involves a full rearrangement of the
  build process, as well as supplying types for some of the
  packages. The X_ITE types are still a work in progress, but
  they are enough for this initial state of the project to
  compile and run.

  Resolves #14.
This commit is contained in:
Glen Whitney 2023-09-05 23:20:17 -07:00
parent a8707386aa
commit 6bcec494e2
15 changed files with 736 additions and 32 deletions

2
.gitignore vendored
View file

@ -1,4 +1,6 @@
# Object files
tsbuild
jsbuild
public/js
# Editor backups