Skip to content

Commit

Permalink
add module lib ES2020 which already have modern built-in string/num…
Browse files Browse the repository at this point in the history
…ber/object/etc prototypes
  • Loading branch information
dimaslanjaka committed Feb 14, 2024
1 parent 4251255 commit 2054225
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"outDir": "dist",
"declaration": true,
"esModuleInterop": true,
"types": [
"node"
]
"lib": ["ES2020", "ES6"],
"moduleResolution": "Node"
},
"include": [
"lib/front_matter.ts"
Expand Down

0 comments on commit 2054225

Please sign in to comment.