Skip to content

Commit e548820

Browse files
committedDec 7, 2024
Update TypeScript configuration to target ES2015
1 parent d64b529 commit e548820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es5",
4-
"lib": ["ES5"],
4+
"lib": ["ES2015"],
55
"module": "commonjs",
66
"esModuleInterop": true,
77
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)
Please sign in to comment.