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