We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f38663 commit fbbb01fCopy full SHA for fbbb01f
doc/node-config-schema.json
@@ -2,6 +2,9 @@
2
"$schema": "https://json-schema.org/draft/2020-12/schema",
3
"additionalProperties": false,
4
"properties": {
5
+ "$schema": {
6
+ "type": "string"
7
+ },
8
"nodeOptions": {
9
10
lib/internal/options.js
@@ -45,6 +45,10 @@ function generateConfigJsonSchema() {
45
$schema: 'https://json-schema.org/draft/2020-12/schema',
46
additionalProperties: false,
47
properties: {
48
+ $schema: {
49
+ __proto__: null,
50
+ type: 'string',
51
52
nodeOptions: {
53
__proto__: null,
54
0 commit comments