Skip to content

Commit

Permalink
Update scripts tsconfig (#4258)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Choudhury <dannychoudhury@gmail.com>
  • Loading branch information
jtoar and dac09 committed Jan 25, 2022
1 parent 679e891 commit f4e594d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/create-redwood-app/template/scripts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"noEmit": true,
"allowJs": true,
"esModuleInterop": true,
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"baseUrl": "./",
"paths": {
"$api/*": [
Expand Down

0 comments on commit f4e594d

Please sign in to comment.