{ "compilerOptions": { "target": "esnext", "declaration": true, "strict": false, //"strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, //"strictPropertyInitialization": true, "noImplicitThis": true, "useUnknownInCatchVariables": true, "alwaysStrict": true, "noUnusedLocals": true, "noUnusedParameters": true, //"exactOptionalPropertyTypes": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": false } }