Skip to content

Commit 60411a4

Browse files
committed
fix(cra): work around facebook/create-react-app#9874
1 parent 6e53f3e commit 60411a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"skipLibCheck": true,
1111
"esModuleInterop": true,
1212
"allowSyntheticDefaultImports": true,
13+
"noFallthroughCasesInSwitch": true,
1314
"strict": true,
1415
"forceConsistentCasingInFileNames": true,
1516
"module": "esnext",

0 commit comments

Comments
 (0)