summaryrefslogtreecommitdiff
path: root/src/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <dold@inria.fr>2015-12-24 03:19:56 +0100
committerFlorian Dold <dold@inria.fr>2015-12-24 03:19:56 +0100
commit21e8a43bca319e4d9fb4d149997b42a65403f3c2 (patch)
treeec75e97da48e2694285500e9af369fc58a366fd5 /src/tsconfig.json
parent695896543a10c5e1fe6bec360e85e1915a45013b (diff)
downloadmerchant-21e8a43bca319e4d9fb4d149997b42a65403f3c2.tar.gz
merchant-21e8a43bca319e4d9fb4d149997b42a65403f3c2.tar.bz2
merchant-21e8a43bca319e4d9fb4d149997b42a65403f3c2.zip
TypeScript config
Diffstat (limited to 'src/tsconfig.json')
-rw-r--r--src/tsconfig.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tsconfig.json b/src/tsconfig.json
new file mode 100644
index 00000000..13a16c56
--- /dev/null
+++ b/src/tsconfig.json
@@ -0,0 +1,10 @@
+{
+ "compilerOptions": {
+ "target": "es6",
+ "jsx": "react"
+ },
+ "files": [
+ "frontend/execute.tsx"
+ ]
+}
+