Skip to content

Commit

Permalink
chore: update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Sep 14, 2023
1 parent feb94a0 commit 78bf3a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"noUnusedParameters": true,
/* Modules */
"baseUrl": ".",
"module": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
/* Emit */
"declaration": true,
"declarationMap": true,
"importsNotUsedAsValues": "error",
"inlineSourceMap": true,
"outDir": "dist",
/* Interop Constraints */
"allowSyntheticDefaultImports": true,
"isolatedModules": true,
"verbatimModuleSyntax": true,
/* Language and Environment */
"lib": [
"esnext"
Expand Down

0 comments on commit 78bf3a4

Please sign in to comment.