|
|
@ -24,7 +24,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
// Strict Type-Checking Options
|
|
|
|
// Strict Type-Checking Options
|
|
|
|
"strict": true, // Enable all strict type-checking options.
|
|
|
|
"strict": true, // Enable all strict type-checking options.
|
|
|
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
// Additional Checks
|
|
|
|
// Additional Checks
|
|
|
|
"noUnusedLocals": true, // Report errors on unused locals.
|
|
|
|
"noUnusedLocals": true, // Report errors on unused locals.
|
|
|
|
"noUnusedParameters": true, // Report errors on unused parameters.
|
|
|
|
"noUnusedParameters": true, // Report errors on unused parameters.
|
|
|
|