{
"extends": "./tsconfig.json",
"compilerOptions": {
"strict": false,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noImplicitReturns": false,
"noImplicitAny": false,
"skipLibCheck": true
}