Go to file
2022-01-14 14:39:29 -06:00
src/app Add minimal proof of concept 2022-01-14 14:39:29 -06:00
.env Add minimal proof of concept 2022-01-14 14:39:29 -06:00
.gitignore Add minimal proof of concept 2022-01-14 14:39:29 -06:00
package.json Add minimal proof of concept 2022-01-14 14:39:29 -06:00
pnpm-lock.yaml Add minimal proof of concept 2022-01-14 14:39:29 -06:00
README.md Add minimal proof of concept 2022-01-14 14:39:29 -06:00
tsconfig.json Add minimal proof of concept 2022-01-14 14:39:29 -06:00

Extollo runtime type validation proof-of-concept

You can read more about this proof-of-concept here:

To run it:

pnpm i
pnpm build

The intermediate files are generated in the exbuild/ directory, and the final compiled output is in the lib/ directory.