Skip to content

Commit

Permalink
update frontend/tsconfig.json according to the suggestion on facebo…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaloyan Marinov committed Jan 19, 2023
1 parent 716d9b0 commit d771329
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@
},
"include": [
"src"
],
"exclude": [
"**/__tests__/**",
"**/?*test.*",
"**/?*spec.*"
]
}

1 comment on commit d771329

@kaloyan-marinov
Copy link
Owner

@kaloyan-marinov kaloyan-marinov commented on d771329 Jan 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://duckduckgo.com/?t=ffab&q=react-scripts+5+building+a+typescript+project+will+fail+on+errors&atb=v273-1&ia=web

    https://stackoverflow.com/questions/65848060/typescript-does-not-error-on-compilation-with-create-react-app#

        https://github.com/facebook/create-react-app/issues/5626

Please sign in to comment.