Skip to content

Commit 43dc05a

Browse files
authored
chore: match TypeScript base settings to Node.js 16.x (#295)
See https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping.
1 parent 8bc6703 commit 43dc05a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.base.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
1010
"importHelpers": true,
11-
"target": "es2015",
11+
"target": "ES2021",
1212
"module": "esnext",
13-
"lib": ["es2017", "dom"],
13+
"lib": ["DOM", "ES2021"],
1414
"skipLibCheck": true,
1515
"skipDefaultLibCheck": true,
1616
"baseUrl": ".",

0 commit comments

Comments
 (0)