aboutsummaryrefslogtreecommitdiff
path: root/Main/wwwroot/tsconfig.json
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-18 16:44:35 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-18 16:44:35 +0000
commit92e5978cf1cf54ff587ee93dcbcb5f5dc05ea55c (patch)
treee4a69853248bebb596035c3bf9418e0048de1d2c /Main/wwwroot/tsconfig.json
parente91a06475da796ee2393af174ee31c702a2c8966 (diff)
downloadnewsaggregator-92e5978cf1cf54ff587ee93dcbcb5f5dc05ea55c.tar.gz
newsaggregator-92e5978cf1cf54ff587ee93dcbcb5f5dc05ea55c.tar.bz2
newsaggregator-92e5978cf1cf54ff587ee93dcbcb5f5dc05ea55c.zip
Deleted main console program, and moved server to main
Diffstat (limited to 'Main/wwwroot/tsconfig.json')
-rw-r--r--Main/wwwroot/tsconfig.json8
1 files changed, 8 insertions, 0 deletions
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