Use ajv to validate schema

This commit is contained in:
khai96_
2020-05-09 19:45:31 +07:00
parent bb24f595c2
commit e373fffa0a
5 changed files with 29 additions and 9 deletions

View File

@@ -3,7 +3,16 @@
"instruction": {
"compilerOptions": {
"strict": true,
"esModuleInterop": true
"target": "ES2018",
"lib": [
"ES2018",
"ES2019",
"ES2020",
"ESNext"
],
"moduleResolution": "Node",
"esModuleInterop": true,
"resolveJsonModule": true
},
"input": "index.ts",
"symbol": "RunInstallInput",