Skip to content

Commit

Permalink
🐛 Fixed / api access
Browse files Browse the repository at this point in the history
api
  • Loading branch information
naelob committed Nov 30, 2023
1 parent 983978b commit 5fa28b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/webapp/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"sourceMap": true
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
Expand Down

0 comments on commit 5fa28b3

Please sign in to comment.