X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=inline;f=ts%2Ftsconfig.json;h=57c75ee762c8a1886cca487716eeabe2d45dcb06;hb=6395a85a99b4a8ca5d85f307b0e899a3c96febe7;hp=a2867b849f45006c7eee061f719c8a75e7ec79f4;hpb=a9247f335449abf24b9d8a317d45e193fd74ae85;p=ldk-java diff --git a/ts/tsconfig.json b/ts/tsconfig.json index a2867b84..57c75ee7 100644 --- a/ts/tsconfig.json +++ b/ts/tsconfig.json @@ -11,16 +11,16 @@ "declaration": true, "strict": true, "noImplicitAny": true, - "strictNullChecks": false, + "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, - "strictPropertyInitialization": false, + "strictPropertyInitialization": true, "noImplicitThis": true, "useUnknownInCatchVariables": true, "alwaysStrict": true, "noUnusedLocals": false, "noUnusedParameters": false, - "exactOptionalPropertyTypes": false, + "exactOptionalPropertyTypes": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, @@ -29,6 +29,6 @@ "allowUnusedLabels": false, "allowUnreachableCode": false, - "skipLibCheck": true + "skipLibCheck": false } }