Skip to content

Commit

Permalink
chore: sync target (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: v.potekhin <[email protected]>
  • Loading branch information
vladimirpotekhin and v.potekhin authored Dec 15, 2023
1 parent 612d588 commit 0d3e487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"module": "ES2022",
"module": "ES2020",
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"moduleResolution": "node",
Expand All @@ -17,7 +17,7 @@
"noUnusedParameters": true,
"esModuleInterop": true,
"noUnusedLocals": true,
"target": "ES2022",
"target": "ES2017",
"typeRoots": ["node_modules/@types"],
"lib": ["ES2022", "dom"],
"paths": {
Expand Down

0 comments on commit 0d3e487

Please sign in to comment.