690a121218
* Make typescript compilation strict in some new code * Fix other errors, change how we set dark mode to always respond to url parameter * Fix bug in block number
12 lines
256 B
JSON
12 lines
256 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"alwaysStrict": true,
|
|
"strictNullChecks": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitUseStrict": true
|
|
}
|
|
} |