Zod TSConfig
Zod schemas for TypeScript's TSConfig properties. ⚙️
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
Josh Goldberg ✨ 💻 🖋 📖 🤔 🚇 🚧 📆 🔧 |
💝 This package was templated with
create-typescript-appusing the Bingo engine.