aboutsummaryrefslogtreecommitdiff
path: root/Server/wwwroot
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-11 15:43:54 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-11 15:43:54 +0000
commit6611db6472aa4efd406abe940b402d9416b86410 (patch)
treebf40a79ca84ff927156f11708bd561edc909da4d /Server/wwwroot
parentad87992aedee7dca4c784f867fffb2ade05aeb9b (diff)
downloadnewsaggregator-6611db6472aa4efd406abe940b402d9416b86410.tar.gz
newsaggregator-6611db6472aa4efd406abe940b402d9416b86410.tar.bz2
newsaggregator-6611db6472aa4efd406abe940b402d9416b86410.zip
Added tsconfig.json to compile typescript
Diffstat (limited to 'Server/wwwroot')
-rw-r--r--Server/wwwroot/tsconfig.json8
1 files changed, 8 insertions, 0 deletions
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