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 /Main/wwwroot/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 'Main/wwwroot/tsconfig.json')
-rw-r--r-- | Main/wwwroot/tsconfig.json | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Main/wwwroot/tsconfig.json b/Main/wwwroot/tsconfig.json deleted file mode 100644 index 89d01c4..0000000 --- a/Main/wwwroot/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "compilerOptions": { - "module": "commonjs", - "target": "esnext", - "sourceMap": true, - "outDir": "js/" - } -}
\ No newline at end of file |