From 0c1eafe2c8d55c76a9756d722ef8c6cce065cc10 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 21 Feb 2019 15:48:41 +0000 Subject: Moved website frontend to wwwroot - a problem for another day --- Main/wwwroot/tsconfig.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Main/wwwroot/tsconfig.json (limited to 'Main/wwwroot/tsconfig.json') diff --git a/Main/wwwroot/tsconfig.json b/Main/wwwroot/tsconfig.json new file mode 100644 index 0000000..89d01c4 --- /dev/null +++ b/Main/wwwroot/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