From 6611db6472aa4efd406abe940b402d9416b86410 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 11 Feb 2019 15:43:54 +0000 Subject: Added tsconfig.json to compile typescript --- Server/wwwroot/tsconfig.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Server/wwwroot/tsconfig.json (limited to 'Server/wwwroot') diff --git a/Server/wwwroot/tsconfig.json b/Server/wwwroot/tsconfig.json new file mode 100644 index 0000000..89d01c4 --- /dev/null +++ b/Server/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