We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed37d8 commit 15af853Copy full SHA for 15af853
tsconfig.json
@@ -3,7 +3,7 @@
3
"pretty": true,
4
/* Basic Options */
5
"target": "es2018", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
6
- "lib": ["es2018", "dom"],
+ "lib": ["es2018", "dom", "ES2022.RegExp"],
7
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
8
// "allowJs": true, /* Allow javascript files to be compiled. */
9
// "checkJs": true, /* Report errors in .js files. */
0 commit comments