Skip to content

Commit

Permalink
fix(deps): using @types/node instead types opt
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslanjaka committed Apr 22, 2023
1 parent ac12477 commit 2f1c469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.11.7",
"@types/node": "^18.15.13",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"c8": "^7.12.0",
Expand Down
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
"sourceMap": true,
"outDir": "dist",
"declaration": true,
"esModuleInterop": true,
"types": [
"node"
]
"esModuleInterop": true
},
"include": [
"lib/front_matter.ts"
Expand Down

0 comments on commit 2f1c469

Please sign in to comment.