Skip to content

Commit b17bfcc

Browse files
author
pierre.roy
committed
chore(tsconfig): Update tsconfig.
1 parent 06399f4 commit b17bfcc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tsconfig.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
"compilerOptions": {
33
"declaration": true,
44
"esModuleInterop": true,
5-
"lib": ["ES2021"],
6-
"module": "commonjs",
5+
"lib": [
6+
"ES2023"
7+
],
8+
"module": "NodeNext",
79
"noUnusedLocals": true,
810
"noUnusedParameters": true,
911
"outDir": "dist",
1012
"rootDir": "src",
1113
"skipLibCheck": true,
1214
"strict": true,
13-
"target": "ES2021"
15+
"target": "ES2023"
1416
}
1517
}

0 commit comments

Comments
 (0)