Skip to content

Commit

Permalink
config changes for easier debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kadamidev committed Jun 14, 2024
1 parent bd15b3d commit e3aaacd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"strict": true,
"skipLibCheck": true,
"baseUrl": "./src",
"inlineSources": true,
"inlineSourceMap": true
},
"include": [
"src/**/*"
],
}
"include": ["src/**/*"]
}

0 comments on commit e3aaacd

Please sign in to comment.