summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/static/web-common/tsconfig.json
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-07-22 14:53:45 +0200
committerMS <ms@taler.net>2020-07-22 14:53:45 +0200
commit2d97ecc2c1ac605ca49e8a866b309daaeb7a831c (patch)
tree173f7917c5d0af822d2d51ed491c3cf2d8eaf23f /talermerchantdemos/blog/static/web-common/tsconfig.json
downloadtaler-merchant-demos-2d97ecc2c1ac605ca49e8a866b309daaeb7a831c.tar.gz
taler-merchant-demos-2d97ecc2c1ac605ca49e8a866b309daaeb7a831c.tar.bz2
taler-merchant-demos-2d97ecc2c1ac605ca49e8a866b309daaeb7a831c.zip
Installing the Blog
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"
+ ]
+}