From c11f55ca5d3eca5e75aabaee7c352596bc2f2a9d Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 21 Feb 2019 23:02:23 +0000 Subject: Moved back frontend to wwwroot for simplicity --- 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