X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Ftsconfig.json;h=57c75ee762c8a1886cca487716eeabe2d45dcb06;hb=ff2768db6ca81caa2dba8da0f29ad2d33818c311;hp=250c28f764fb7c2711fa8c99260e446723de2f7a;hpb=a68d0f6a3fdb227df1406ec5af0dae11d9ad3286;p=ldk-java diff --git a/ts/tsconfig.json b/ts/tsconfig.json index 250c28f7..57c75ee7 100644 --- a/ts/tsconfig.json +++ b/ts/tsconfig.json @@ -4,21 +4,23 @@ "module": "es2020", "sourceMap": true, "esModuleInterop": false, - "allowSyntheticDefaultImports": true, + "stripInternal": true, + + "allowSyntheticDefaultImports": false, "forceConsistentCasingInFileNames": true, "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, @@ -27,6 +29,6 @@ "allowUnusedLabels": false, "allowUnreachableCode": false, - "skipLibCheck": true + "skipLibCheck": false } }