We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f052d commit bf6236bCopy full SHA for bf6236b
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", "old"]
+ "exclude": ["node_modules", ".git", "dist"],
22
}
0 commit comments