We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7161d04 commit 2a0da58Copy full SHA for 2a0da58
tsconfig.json
@@ -17,6 +17,7 @@
17
"strict": true,
18
"skipLibCheck": true,
19
"noFallthroughCasesInSwitch": true,
20
+ "declaration": true,
21
22
// Some stricter flags (disabled by default)
23
"noUnusedLocals": false,
0 commit comments