zod-tsconfig
v0.2.0
Published
Zod schemas for TypeScript's TSConfig properties. ⚙️
Downloads
37,780
Readme
Usage
npm i zod-tsconfigimport { TSConfigSchema } from "zod-tsconfig";
TSConfigSchema.parse({
compilerOptions: {
strict: true,
},
include: ["src"],
});Development
See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md.
Thanks! ⚙
Contributors
💝 This package was templated with
create-typescript-appusing the Bingo engine.
