summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-24 10:26:28 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-24 10:26:28 +0200
commit2457613ecc8b8971bd47119b1a02a2f290bb4830 (patch)
treea280dbe76d1ab5b3acb4d14b12d5491fc888c186
parent79ecc5977c5ce29aa282c1d57578655f610a7722 (diff)
downloadweb-common-2457613ecc8b8971bd47119b1a02a2f290bb4830.tar.gz
web-common-2457613ecc8b8971bd47119b1a02a2f290bb4830.tar.bz2
web-common-2457613ecc8b8971bd47119b1a02a2f290bb4830.zip
modify build system to deal with removal of taler-wallet-lib (#5294, e6f994d7d2e5828f70042b2edb5c8005b0961a5e)HEADmaster
-rw-r--r--tsconfig.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 1a14563..8b7e894 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -10,7 +10,6 @@
"lib": ["ES6", "DOM"]
},
"files": [
- "taler-wallet-lib.ts",
"chrome-any.d.ts"
]
}