diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-21 21:57:28 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-21 21:57:28 +0000 |
commit | e493dca870fdabbf29e611dc12921afcdb9bf085 (patch) | |
tree | 78ec87f1906cd5dfafbe77076a9a28c9f214182b /Frontend/tsconfig.json | |
parent | 97e1644b888e1aab43bd6784b83c11aaf7ee5c48 (diff) | |
download | newsaggregator-e493dca870fdabbf29e611dc12921afcdb9bf085.tar.gz newsaggregator-e493dca870fdabbf29e611dc12921afcdb9bf085.tar.bz2 newsaggregator-e493dca870fdabbf29e611dc12921afcdb9bf085.zip |
Moved to outside directory - redoing seperation of concerns
Diffstat (limited to 'Frontend/tsconfig.json')
-rw-r--r-- | Frontend/tsconfig.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Frontend/tsconfig.json b/Frontend/tsconfig.json new file mode 100644 index 0000000..89d01c4 --- /dev/null +++ b/Frontend/tsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "module": "commonjs", + "target": "esnext", + "sourceMap": true, + "outDir": "js/" + } +}
\ No newline at end of file |