aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-07-21 23:50:10 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-07-21 23:50:10 +0200
commit16ecbc9f177f1f71048840edf9b7af20ace3aad8 (patch)
tree3d6a1a164b9744cf6cfcdbdff44df5a15a304f10 /tsconfig.json
parentcfa1df734315efc8e24a1a846e4d694abe2249ea (diff)
downloadwallet-core-16ecbc9f177f1f71048840edf9b7af20ace3aad8.tar.xz
headless wallet skeleton, type fixes
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 081140fa3..db44f039d 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -19,7 +19,8 @@
"noImplicitAny": true,
"allowJs": true,
"checkJs": true,
- "noUnusedLocals": true
+ "noUnusedLocals": true,
+ "incremental": true
},
"files": [
"decl/chrome/chrome.d.ts",
@@ -37,7 +38,9 @@
"src/crypto/nodeWorker.ts",
"src/crypto/nodeWorkerEntry.ts",
"src/crypto/startWorker.js",
+ "src/db.ts",
"src/dbTypes.ts",
+ "src/headless/taler-wallet-cli.ts",
"src/helpers-test.ts",
"src/helpers.ts",
"src/http.ts",