Skip to content

Commit

Permalink
add resolveJsonModule to pull version from package
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedp committed Sep 1, 2022
1 parent 8ebe44c commit 077df0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"outDir": "./dist",
"allowJs": false,
"target": "es6",
"module": "commonjs"
"module": "commonjs",
"resolveJsonModule": true,
},
"include": [
"src/**/*"
Expand Down

0 comments on commit 077df0b

Please sign in to comment.