Update TypeScript target and library to ES2024
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"target": "ES2020",
|
||||
"target": "es2024",
|
||||
"module": "CommonJS",
|
||||
"lib": ["ES2020"],
|
||||
"lib": ["ES2024"],
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
|
||||
Reference in New Issue
Block a user