aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json
index fa6cde6d3..e9efcb50c 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -13,8 +13,10 @@
"noImplicitAny": true
},
"files": [
+ "lib/components.ts",
+ "test/tests/taler.ts",
+ "lib/refs.d.ts",
"lib/i18n.ts",
- "lib/refs.ts",
"lib/shopApi.ts",
"lib/taler-wallet-lib.ts",
"lib/wallet/checkable.ts",
@@ -38,7 +40,6 @@
"pages/show-db.ts",
"pages/confirm-contract.tsx",
"pages/confirm-create-reserve.tsx",
- "pages/tree.tsx",
- "test/tests/taler.ts"
+ "pages/tree.tsx"
]
} \ No newline at end of file