From 119c37b6906de66b5ee8e52378f8d08938f37f63 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 14 Jul 2018 21:35:49 +0200 Subject: Added theoratical use of typescript and fixed some node bugs --- tsconfig.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..e5de9df --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,12 @@ +{ + "lib": [ + "dom", + "es5", + ], + "compilerOptions": { + "target": "es5", + "module": "commonjs", + "sourceMap": true, + "jsx": "react" + } +} \ No newline at end of file -- cgit v1.2.3