{ "extends": "./tsconfig.json", "compilerOptions": { "strict": false, "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, "strictFunctionTypes": false, "strictBindCallApply": false, "strictPropertyInitialization": false, "noUncheckedIndexedAccess": false, "exactOptionalPropertyTypes": false, "ignoreDeprecations": "6.0", "composite": true, "declaration": true, "outDir": "build/electron-types" }, "include": ["electron"], "exclude": ["src"] }