Skip to content

Commit

Permalink
fix: Include json files
Browse files Browse the repository at this point in the history
  • Loading branch information
Raisa Primerova committed Oct 7, 2024
1 parent 96bdf72 commit ffb1ca4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"skipLibCheck": true,
"composite": true
},
"include": [
// ...other includes
"packages/**/*.json"
],
"ts-node": {
"compilerOptions": {
"module": "commonjs"
Expand Down

0 comments on commit ffb1ca4

Please sign in to comment.