We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da59800 commit 21dcbd2Copy full SHA for 21dcbd2
packages/parser-typescript-config/src/schema.json
@@ -358,11 +358,12 @@
358
"Classic",
359
"Node",
360
"Node16",
361
- "NodeNext"
+ "NodeNext",
362
+ "Bundler"
363
]
364
},
365
{
- "pattern": "^(([Nn]ode)|([Nn]ode16)|([Nn]ode[Nn]ext)|([Cc]lassic))$"
366
+ "pattern": "^(([Nn]ode)|([Nn]ode16)|([Nn]ode[Nn]ext)|([Cc]lassic)|([Bb]undler))$"
367
}
368
],
369
"default": "classic",
@@ -1230,4 +1231,4 @@
1230
1231
"title": "JSON schema for the TypeScript compiler's configuration file",
1232
"type": "object",
1233
"$id": "https://json.schemastore.org/tsconfig"
-}
1234
+}
0 commit comments