config-loader: add support for defining config schema using .d.ts files

This commit is contained in:
Patrik Oldsberg
2020-11-15 20:13:42 +01:00
parent 28a49c2ffa
commit 06205426d8
3 changed files with 79 additions and 15 deletions
+1
View File
@@ -38,6 +38,7 @@
"fs-extra": "^9.0.0",
"json-schema": "^0.2.5",
"json-schema-merge-allof": "^0.7.0",
"typescript-json-schema": "^0.43.0",
"yaml": "^1.9.2",
"yup": "^0.29.3"
},