Put Typescript in "strict" mode, fix or ignore errors
This commit is contained in:
@ -2,14 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"baseUrl": "app/",
|
||||
"sourceMap": true,
|
||||
"alwaysStrict": true,
|
||||
"strictNullChecks": false,
|
||||
"strictBindCallApply": true,
|
||||
"strictFunctionTypes": true,
|
||||
"strictPropertyInitialization": false,
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"useUnknownInCatchVariables": true,
|
||||
"strict": true,
|
||||
"module": "es6",
|
||||
"target": "es5",
|
||||
"jsx": "react",
|
||||
|
||||
Reference in New Issue
Block a user