X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=blobdiff_plain;f=ts%2Ftsconfig.json;h=a2867b849f45006c7eee061f719c8a75e7ec79f4;hp=250c28f764fb7c2711fa8c99260e446723de2f7a;hb=a9247f335449abf24b9d8a317d45e193fd74ae85;hpb=4f25e459869dc26c13763a0183aa68e8a1cbe319 diff --git a/ts/tsconfig.json b/ts/tsconfig.json index 250c28f7..a2867b84 100644 --- a/ts/tsconfig.json +++ b/ts/tsconfig.json @@ -4,7 +4,9 @@ "module": "es2020", "sourceMap": true, "esModuleInterop": false, - "allowSyntheticDefaultImports": true, + "stripInternal": true, + + "allowSyntheticDefaultImports": false, "forceConsistentCasingInFileNames": true, "declaration": true, "strict": true,