Skip to content

Commit e76f43f

Browse files
committed
chore: Cleanup tsconfig
1 parent 93cf160 commit e76f43f

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
"strict": true,
1818
"skipLibCheck": true,
1919
"noFallthroughCasesInSwitch": true,
20-
21-
// Some stricter flags (disabled by default)
22-
"noUnusedLocals": false,
23-
"noUnusedParameters": false,
24-
"noPropertyAccessFromIndexSignature": false
2520
},
26-
"exclude": ["node_modules", ".git", "old"]
21+
"exclude": ["node_modules", ".git", "old"],
2722
}

0 commit comments

Comments
 (0)