aboutsummaryrefslogtreecommitdiff
path: root/extension/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-02-29 18:03:02 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-02-29 18:03:02 +0100
commitc962e9402123900c53967c14cf809ea10576cdb8 (patch)
treee7df9cfdd6fceae30fb99c8ec6be5e07c8b153a8 /extension/tsconfig.json
parent30ee3320c788129b258ed8b42f4fc63d28431e2f (diff)
downloadwallet-core-c962e9402123900c53967c14cf809ea10576cdb8.tar.xz
restructure
Diffstat (limited to 'extension/tsconfig.json')
-rw-r--r--extension/tsconfig.json36
1 files changed, 0 insertions, 36 deletions
diff --git a/extension/tsconfig.json b/extension/tsconfig.json
deleted file mode 100644
index 0e6337d86..000000000
--- a/extension/tsconfig.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "compilerOptions": {
- "target": "es5",
- "jsx": "react",
- "experimentalDecorators": true,
- "module": "system",
- "sourceMap": true,
- "noLib": true,
- "noImplicitReturns": true,
- "noFallthroughCasesInSwitch": true
- },
- "files": [
- "lib/i18n.ts",
- "lib/refs.ts",
- "lib/wallet/checkable.ts",
- "lib/wallet/cryptoApi.ts",
- "lib/wallet/cryptoLib.ts",
- "lib/wallet/cryptoWorker.ts",
- "lib/wallet/db.ts",
- "lib/wallet/emscriptif.ts",
- "lib/wallet/helpers.ts",
- "lib/wallet/http.ts",
- "lib/wallet/query.ts",
- "lib/wallet/types.ts",
- "lib/wallet/wallet.ts",
- "lib/wallet/wxApi.ts",
- "lib/wallet/wxMessaging.ts",
- "background/main.ts",
- "content_scripts/notify.ts",
- "popup/popup.tsx",
- "pages/show-db.ts",
- "pages/confirm-contract.tsx",
- "pages/confirm-create-reserve.tsx",
- "test/tests/taler.ts"
- ]
-} \ No newline at end of file