Skip to content

Commit 4d1cbd1

Browse files
authored
Update tsconfig.json (#1581)
1 parent feb7c45 commit 4d1cbd1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"$schema": "./tsconfig.schemastore-schema.json",
33
"compilerOptions": {
4-
"target": "es2015",
5-
"lib": ["es2015", "dom"],
4+
// `target` and `lib` match @tsconfig/bases for node12, since that's the oldest node LTS, so it's the oldest node we support
5+
"target": "es2019",
6+
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string", "dom"],
67
"rootDir": "src",
78
"outDir": "dist",
89
"module": "commonjs",

0 commit comments

Comments
 (0)