We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6236b commit e4a1b8cCopy full SHA for e4a1b8c
1 file changed
tsconfig.json
@@ -16,7 +16,7 @@
16
// Best practices
17
"strict": true,
18
"skipLibCheck": true,
19
- "noFallthroughCasesInSwitch": true,
+ "noFallthroughCasesInSwitch": true
20
},
21
- "exclude": ["node_modules", ".git", "dist"],
+ "exclude": ["node_modules", ".git", "dist"]
22
}
0 commit comments