aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json17
1 files changed, 10 insertions, 7 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 7409f2b81..0c684214e 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -14,7 +14,9 @@
"noFallthroughCasesInSwitch": true,
"strict": true,
"outDir": "build/src/",
- "noImplicitAny": true
+ "noImplicitAny": true,
+ "allowJs": true,
+ "checkJs": true
},
"files": [
"decl/chrome/chrome.d.ts",
@@ -25,12 +27,13 @@
"src/chromeBadge.ts",
"src/components.ts",
"src/content_scripts/notify.ts",
- "src/cryptoApi-test.ts",
- "src/cryptoApi.ts",
- "src/cryptoWorker.ts",
- "src/emscripten/taler-emscripten-lib.d.ts",
- "src/emscriptif-test.ts",
- "src/emscriptif.ts",
+ "src/crypto/cryptoApi-test.ts",
+ "src/crypto/cryptoApi.ts",
+ "src/crypto/cryptoWorker.ts",
+ "src/crypto/emscInterface-test.ts",
+ "src/crypto/emscInterface.ts",
+ "src/crypto/emscLoader.d.ts",
+ "src/crypto/emscLoader.js",
"src/helpers-test.ts",
"src/helpers.ts",
"src/http.ts",