Nov 2 · 1 min read
Go to your `tsconfig.json` and add the following lines inside the “compilerOptions”
“noImplicitAny” : false,
“strictNullChecks”: false
This should solve your problem.
Go to your `tsconfig.json` and add the following lines inside the “compilerOptions”
“noImplicitAny” : false,
“strictNullChecks”: false
This should solve your problem.