Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
WoLfulus authored Sep 6, 2024
1 parent 68f9752 commit bf94e8d
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 @@ -7,7 +7,8 @@
"declaration": false,
"declarationMap": false,
"inlineSourceMap": true,
"inlineSources": true
"inlineSources": true,
"resolveJsonModule": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist"]
Expand Down

0 comments on commit bf94e8d

Please sign in to comment.