Skip to content

Commit bbb6783

Browse files
committed
chore: wip
1 parent 8e3fce6 commit bbb6783

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.json

+2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
"allowImportingTsExtensions": true,
1515
"strict": true,
1616
"strictNullChecks": true,
17+
"noFallthroughCasesInSwitch": true,
1718
"noEmit": true,
1819
"esModuleInterop": true,
1920
"forceConsistentCasingInFileNames": true,
21+
"verbatimModuleSyntax": true,
2022
"skipDefaultLibCheck": true,
2123
"skipLibCheck": true
2224
}

0 commit comments

Comments
 (0)