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 25ee100 commit 6ce772bCopy full SHA for 6ce772b
tsconfig.json
@@ -4,8 +4,11 @@
4
// the sources which the tests need). The extension is built with `esbuild`.
5
"module": "commonjs",
6
"outDir": "out",
7
- "target": "ES6",
8
- "lib": [ "ES6", "DOM" ],
+ "target": "ES2022",
+ "lib": [
9
+ "ES2022",
10
+ "DOM"
11
+ ],
12
"sourceMap": true,
13
"rootDir": ".",
14
// TODO: We need to enable stricter checking...
0 commit comments