Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
chore: drop node 14
Browse files Browse the repository at this point in the history
also stop shipping source map and typedef files.
  • Loading branch information
cristiand391 committed Aug 19, 2023
1 parent db4c4cb commit b18cf71
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
"compilerOptions": {
"strict": true,
"module": "commonjs",
"target": "es2020",
"lib": ["es2020"],
"sourceMap": true,
"declaration": true,
"target": "ES2021",
"lib": ["ES2021"],
"moduleResolution": "node",
"alwaysStrict": true,
"noUnusedLocals": true,
Expand Down

0 comments on commit b18cf71

Please sign in to comment.