Skip to content

Commit

Permalink
bump target node to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-id committed Dec 29, 2024
1 parent e6ec41c commit 89ab754
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
// based on https://github.com/tsconfig/bases/blob/main/bases/node16.json
// based on https://github.com/tsconfig/bases/blob/main/bases/node18.json

"compilerOptions": {
"lib": ["es2021"],
"lib": ["es2023"],
"module": "node16",
"target": "es2021",
"target": "es2022",

"strict": true,
"esModuleInterop": true,
Expand All @@ -13,7 +13,6 @@
"moduleResolution": "node16",

// project specific below
"allowSyntheticDefaultImports": true,
"declaration": true,
"outDir": "dist"
},
Expand Down

0 comments on commit 89ab754

Please sign in to comment.