summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/static/web-common/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/blog/static/web-common/tsconfig.json')
-rw-r--r--talermerchantdemos/blog/static/web-common/tsconfig.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/talermerchantdemos/blog/static/web-common/tsconfig.json b/talermerchantdemos/blog/static/web-common/tsconfig.json
new file mode 100644
index 0000000..7d51196
--- /dev/null
+++ b/talermerchantdemos/blog/static/web-common/tsconfig.json
@@ -0,0 +1,17 @@
+{
+ "compilerOptions": {
+ "target": "es3",
+ "jsx": "react",
+ "module": "umd",
+ "experimentalDecorators": true,
+ "noImplicitReturns": true,
+ "noFallthroughCasesInSwitch": true,
+ "strictNullChecks": true,
+ "noImplicitAny": true,
+ "lib": ["ES6", "DOM"]
+ },
+ "files": [
+ "taler-wallet-lib.ts",
+ "chrome-any.d.ts"
+ ]
+}