X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Ftsconfig.json;h=57c75ee762c8a1886cca487716eeabe2d45dcb06;hb=4ea6734c714946d737c5f43dde2a7ba12fc733cc;hp=a2867b849f45006c7eee061f719c8a75e7ec79f4;hpb=2ada19e6a7e5a96abffaf025de8dc9204bd28729;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 } }