v0.3.0
- Resolve path aliases in
.tsschema files: tsconfigcompilerOptions.pathsand Viteresolve.aliasare both honored..jsstays on native import, so use relative paths there. - Document composing a schema by importing a base
.jsonand extending it from a js/ts file, with a fixture and test. Idea from #1, thanks @SukeshP1995.