Skip to content

Commit 4b4e5b3

Browse files
Fix: Remove unsupported tsconfig option
1 parent c2f5ba1 commit 4b4e5b3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tsconfig.app.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"strict": true,
2020
"noUnusedLocals": true,
2121
"noUnusedParameters": true,
22-
"noFallthroughCasesInSwitch": true,
23-
"noUncheckedSideEffectImports": true
22+
"noFallthroughCasesInSwitch": true
2423
},
2524
"include": ["src"]
2625
}

0 commit comments

Comments
 (0)