Skip to content

Commit 6290234

Browse files
authored
build: Bumped target to ES2022 and module to ESNext (#26)
Mainly to reduce the boilerplate around private properties when transpiling
1 parent f1f9913 commit 6290234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "es2021",
4-
"module": "es2020",
3+
"target": "es2022",
4+
"module": "ESNext",
55
"lib": ["es2023", "DOM", "DOM.Iterable"],
66
"outDir": "dist",
77
"rootDir": "./",

0 commit comments

Comments
 (0)