Skip to content

Commit 78e60d7

Browse files
committed
update typescript settings
1 parent 91d1898 commit 78e60d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

carrental-web/src/main/angular/carrental/tsconfig.base.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"compilerOptions": {
44
"baseUrl": "./",
55
"outDir": "./dist/out-tsc",
6+
"forceConsistentCasingInFileNames": true,
7+
"noImplicitReturns": true,
8+
"noFallthroughCasesInSwitch": true,
69
"sourceMap": true,
710
"declaration": false,
811
"downlevelIteration": true,

0 commit comments

Comments
 (0)