diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-21 23:02:23 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-21 23:02:23 +0000 |
commit | c11f55ca5d3eca5e75aabaee7c352596bc2f2a9d (patch) | |
tree | 071bc3dc0145bd8a0efbcb9df87968dc0724e2dc /Main/wwwroot/tsconfig.json | |
parent | 59abc62c0727f4dee89c7251075263482fd2aa93 (diff) | |
download | newsaggregator-c11f55ca5d3eca5e75aabaee7c352596bc2f2a9d.tar.gz newsaggregator-c11f55ca5d3eca5e75aabaee7c352596bc2f2a9d.tar.bz2 newsaggregator-c11f55ca5d3eca5e75aabaee7c352596bc2f2a9d.zip |
Moved back frontend to wwwroot for simplicity
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 |