runtime folders are included temporarily until https://github.com/fabiandev/ts-runtime/issues/19 feature is included in ts-runtime and the subsequent webpack plugin. When that happens, remove runtime/assert files and npm run compile:runtime, move the logic into webpack plugin, and simply import assert.ts files.
runtime folders are included temporarily until https://github.com/fabiandev/ts-runtime/issues/19 feature is included in
ts-runtime
and the subsequent webpack plugin. When that happens, removeruntime/assert
files andnpm run compile:runtime
, move the logic into webpack plugin, and simply importassert.ts
files.