X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Ftsconfig.json;h=a2867b849f45006c7eee061f719c8a75e7ec79f4;hb=ee55f6e95edd5a7ea7d4acf0b56baf2d47fddb48;hp=922bd1732f939de236e9b5b9f8004a5f26a494ac;hpb=fd56c3464060f7df8ec0c21a831682d7b085fd10;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,