summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-android/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-android/tsconfig.json')
-rw-r--r--packages/taler-wallet-android/tsconfig.json12
1 files changed, 4 insertions, 8 deletions
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/**/*"]
}