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, 0 insertions, 17 deletions
diff --git a/talermerchantdemos/blog/static/web-common/tsconfig.json b/talermerchantdemos/blog/static/web-common/tsconfig.json
deleted file mode 100644
index 7d51196..0000000
--- a/talermerchantdemos/blog/static/web-common/tsconfig.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "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"
- ]
-}