diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-21 15:48:41 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-21 15:48:41 +0000 |
commit | 0c1eafe2c8d55c76a9756d722ef8c6cce065cc10 (patch) | |
tree | 4e5231af5975db6543b008443545642eb9d19c55 /Main/wwwroot/tsconfig.json | |
parent | 450bcb83ee18e78941324657c0e471f8b5e6ffb4 (diff) | |
download | newsaggregator-0c1eafe2c8d55c76a9756d722ef8c6cce065cc10.tar.gz newsaggregator-0c1eafe2c8d55c76a9756d722ef8c6cce065cc10.tar.bz2 newsaggregator-0c1eafe2c8d55c76a9756d722ef8c6cce065cc10.zip |
Moved website frontend to wwwroot - a problem for another day
Diffstat (limited to 'Main/wwwroot/tsconfig.json')
-rw-r--r-- | Main/wwwroot/tsconfig.json | 8 |
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 |