merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 21e8a43bca319e4d9fb4d149997b42a65403f3c2
parent 695896543a10c5e1fe6bec360e85e1915a45013b
Author: Florian Dold <dold@inria.fr>
Date:   Thu, 24 Dec 2015 03:19:56 +0100

TypeScript config

Diffstat:
Asrc/tsconfig.json | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/tsconfig.json b/src/tsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "target": "es6", + "jsx": "react" + }, + "files": [ + "frontend/execute.tsx" + ] +} +