Skip to content

Commit

Permalink
deps: bump @types/node (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazanne authored May 13, 2024
1 parent 29ea637 commit 3baadf9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
30 changes: 23 additions & 7 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 @@ -47,7 +47,7 @@
"date-fns": "^2.30.0"
},
"devDependencies": {
"@types/node": "^16.18.23",
"@types/node": "^20.12.11",
"@typescript-eslint/parser": "^5.57.1",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.38.0",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"rootDir": "./src" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */,
"strict": true /* Enable all strict type-checking options. */,
"noImplicitAny": true /* Raise error on expressions and declarations with an implied 'any' type. */,
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
"noEmit": true /* Do not emit compiler output files like JavaScript source code, source-maps or declarations since we bundle with ncc */
},
"exclude": ["node_modules", "**/*.test.ts"]
}

0 comments on commit 3baadf9

Please sign in to comment.