X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Ftsconfig.json;h=a2867b849f45006c7eee061f719c8a75e7ec79f4;hb=a9247f335449abf24b9d8a317d45e193fd74ae85;hp=922bd1732f939de236e9b5b9f8004a5f26a494ac;hpb=a937cedf387378f24883ab14c5b52a4d13be58bc;p=ldk-java diff --git a/ts/tsconfig.json b/ts/tsconfig.json index 922bd173..a2867b84 100644 --- a/ts/tsconfig.json +++ b/ts/tsconfig.json @@ -2,10 +2,15 @@ "compilerOptions": { "target": "es2021", "module": "es2020", - "forceConsistentCasingInFileNames": true, + "sourceMap": true, + "esModuleInterop": false, + "stripInternal": true, + "allowSyntheticDefaultImports": false, + "forceConsistentCasingInFileNames": true, + "declaration": true, "strict": true, - "noImplicitAny": false, + "noImplicitAny": true, "strictNullChecks": false, "strictFunctionTypes": true, "strictBindCallApply": true,