Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 5fab4dd

Browse files
committed
Update tsconfig.json to es2019, to match the the target we use for ESM builds with esbuild.
1 parent 1579b0a commit 5fab4dd

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
"noImplicitReturns": true,
77
"noUnusedLocals": true,
88
"moduleResolution": "node",
9-
"target": "es2020",
9+
"target": "es2019",
1010
"outDir": "dist/types"
1111
},
12-
"include": ["src/**/*"]
12+
"include": [
13+
"src/**/*"
14+
]
1315
}

0 commit comments

Comments
 (0)