set up typescript-rtti (WIP)

This commit is contained in:
Jos de Jong 2023-01-24 17:46:53 +01:00
parent 6492ffda90
commit 39510cbeda
9 changed files with 274 additions and 14 deletions

View file

@ -5,6 +5,7 @@ A final (?) prototype for a refactor of mathjs, culminating the picomath, pocoma
To build and run the prototype, run:
```
npx tsc
node obj
pnpm install
pnpm build-and-run
```