Skip to content

Commit

Permalink
Fix Support Node v12
Browse files Browse the repository at this point in the history
  • Loading branch information
stuft2 committed Nov 19, 2021
1 parent 431f9ed commit 55f0ec7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"pino": "^6.13.3"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.2",
"@tsconfig/node14": "^1.0.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.9.1",
"@types/pino": "^6.3.12",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node16/tsconfig.json",
"extends": "@tsconfig/node12/tsconfig.json",
"compilerOptions": {
"declaration": true,
"outDir": "dist"
Expand Down

0 comments on commit 55f0ec7

Please sign in to comment.