Zod TSConfig
Zod schemas for TypeScript's TSConfig properties. ⚙️
Usage
npm i zod-tsconfig
import { TSConfigSchema } from "zod-tsconfig";
TSConfigSchema.parse({
compilerOptions: {
strict: true,
},
include: ["src"],
});
Development
See .github/CONTRIBUTING.md
, then .github/DEVELOPMENT.md
.
Thanks! ⚙
Contributors
Josh Goldberg ✨ 💻 🖋 📖 🤔 🚇 🚧 📆 🔧 |
💝 This package was templated with
create-typescript-app
using the Bingo engine.