From 2d97ecc2c1ac605ca49e8a866b309daaeb7a831c Mon Sep 17 00:00:00 2001 From: MS Date: Wed, 22 Jul 2020 14:53:45 +0200 Subject: Installing the Blog --- talermerchantdemos/blog/static/web-common/tsconfig.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 talermerchantdemos/blog/static/web-common/tsconfig.json (limited to 'talermerchantdemos/blog/static/web-common/tsconfig.json') 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" + ] +} -- cgit v1.2.3