File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 158
158
}
159
159
]
160
160
}
161
- },
162
- "additionalProperties" : false
161
+ }
163
162
}
164
163
},
165
- "additionalProperties" : false ,
166
164
"required" : [
167
165
" id" ,
168
166
" name" ,
199
197
"" : {
200
198
"type" : " string"
201
199
}
202
- },
203
- "additionalProperties" : false
200
+ }
204
201
}
205
202
},
206
- "required" : [" type" , " protocol" ],
207
- "additionalProperties" : false
203
+ "required" : [" type" , " protocol" ]
208
204
}
209
205
}
210
206
}
Original file line number Diff line number Diff line change 10
10
"dev" : " yarn build:ts --watch" ,
11
11
"build" : " yarn build:json-schema && yarn build:ajv-validator && yarn build:ts" ,
12
12
"build:ts" : " tsc -p tsconfig.build.json" ,
13
- "build:json-schema" : " json2ts --input assets/manifest.schema.json --output generated/manifest.d.ts" ,
13
+ "build:json-schema" : " json2ts --input assets/manifest.schema.json --output generated/manifest.d.ts --additionalProperties=false " ,
14
14
"build:ajv-validator" : " node tools/schema-compile.mjs" ,
15
15
"docs:html" : " typedoc --tsconfig tsconfig.build.json --entryPoints src/index.ts --excludePrivate --theme default --out docs" ,
16
16
"lint:raw" : " eslint" ,
You can’t perform that action at this time.
0 commit comments