FoalTS / foal

Full-featured Node.js framework, with no complexity. 🚀 Simple and easy to use, TypeScript-based and well-documented.
https://foalts.org/
MIT License
1.9k stars 140 forks source link

Allow ajv strict option #1206

Closed kingdun3284 closed 11 months ago

kingdun3284 commented 1 year ago

After upgrading to V3, ajv add strict option, thus need to be configurable in foalts. In fact, I prefer exposing all ajv option in settings, so that we don't have to make a PR everytime.

kingdun3284 commented 1 year ago

1207

LoicPoullain commented 11 months ago

Feature added in v4.2