From a8f03d3dd1ad04abf7f569cb44933b6dce6713e7 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 3 Aug 2020 13:44:07 +0530 Subject: dependencies / build tasks --- packages/taler-wallet-android/tsconfig.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'packages/taler-wallet-android/tsconfig.json') diff --git a/packages/taler-wallet-android/tsconfig.json b/packages/taler-wallet-android/tsconfig.json index abb21b4db..37fda3c38 100644 --- a/packages/taler-wallet-android/tsconfig.json +++ b/packages/taler-wallet-android/tsconfig.json @@ -5,15 +5,10 @@ "declaration": true, "declarationMap": true, "target": "ES6", - "jsx": "react", - "reactNamespace": "React", - "module": "commonjs", + "module": "ESNext", "moduleResolution": "node", "sourceMap": true, - "lib": [ - "es6", - "dom" - ], + "lib": ["es6",], "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "strict": true, @@ -26,7 +21,8 @@ "incremental": true, "esModuleInterop": true, "importHelpers": true, - "rootDir": "./src" + "rootDir": "./src", + "typeRoots": ["./node_modules/@types"] }, "include": ["src/**/*"] } -- cgit v1.2.3