From 441f41deccac779889ee19f3803e33936da43eb3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 13 Dec 2015 23:47:30 +0100 Subject: Type-safe emscripten interface. --- extension/tsconfig.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 extension/tsconfig.json (limited to 'extension/tsconfig.json') diff --git a/extension/tsconfig.json b/extension/tsconfig.json new file mode 100644 index 000000000..bbcb28e43 --- /dev/null +++ b/extension/tsconfig.json @@ -0,0 +1,9 @@ +{ + "compilerOptions": { + "target": "es6" + }, + "files": [ + "background/wallet.ts", + "background/emscriptif.ts" + ] +} -- cgit v1.2.3