Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 22:00
· 36 commits to main since this release
cd6cff2

Patch Changes

  • #971 79c2b27 Thanks @ssalbdivad! - Provide recommended tsconfig via tsconfig.base.json, e.g.:

    tsconfig.json

    {
    	"extends": "@arktype/util/tsconfig.base.json",
    	// your settings here
    }