Change TS config to be non-strict
This commit is contained in:
parent
53def01b51
commit
7c8c034578
|
@ -7,6 +7,7 @@
|
|||
"esModuleInterop": true,
|
||||
"strictNullChecks": false,
|
||||
"sourceMap": true,
|
||||
"strict": false,
|
||||
"rootDir": "./src",
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
|
|
Loading…
Reference in New Issue