mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
fix: set allowSyntheticDefaultImports to true
This commit is contained in:
parent
451b1e46bb
commit
00d35e85fc
@ -17,6 +17,7 @@
|
||||
"noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
|
||||
|
||||
/* Additional Checks */
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"noUnusedParameters": true, /* Report errors on unused parameters. */
|
||||
"noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
|
||||
"useDefineForClassFields": true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user