From 4e21482bf6dd987f1df5f25743bd935986fdbd8e Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 18 Feb 2019 16:48:34 +0000 Subject: Moved wwwroot to it's own folder --- Website/tsconfig.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Website/tsconfig.json (limited to 'Website/tsconfig.json') diff --git a/Website/tsconfig.json b/Website/tsconfig.json new file mode 100644 index 0000000..89d01c4 --- /dev/null +++ b/Website/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