From e493dca870fdabbf29e611dc12921afcdb9bf085 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 21 Feb 2019 21:57:28 +0000 Subject: Moved to outside directory - redoing seperation of concerns --- Frontend/tsconfig.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Frontend/tsconfig.json (limited to 'Frontend/tsconfig.json') diff --git a/Frontend/tsconfig.json b/Frontend/tsconfig.json new file mode 100644 index 0000000..89d01c4 --- /dev/null +++ b/Frontend/tsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "module": "commonjs", + "target": "esnext", + "sourceMap": true, + "outDir": "js/" + } +} \ No newline at end of file -- cgit v1.2.3-13-gbd6f