diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-11 15:43:54 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-11 15:43:54 +0000 |
commit | 6611db6472aa4efd406abe940b402d9416b86410 (patch) | |
tree | bf40a79ca84ff927156f11708bd561edc909da4d /Server/wwwroot | |
parent | ad87992aedee7dca4c784f867fffb2ade05aeb9b (diff) | |
download | newsaggregator-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.json | 8 |
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 |