diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-18 16:40:24 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-18 16:40:24 +0000 |
commit | e91a06475da796ee2393af174ee31c702a2c8966 (patch) | |
tree | 3a12311af9f7b2afbd8a036a5d38601ca4483fb6 /Server/wwwroot/tsconfig.json | |
parent | 2b42bf3dfada947d3ef73c1d292f4bc1da7bcb00 (diff) | |
parent | c94ca254d8ed2a4f29f49f5de0a8e542c73230b7 (diff) | |
download | newsaggregator-e91a06475da796ee2393af174ee31c702a2c8966.tar.gz newsaggregator-e91a06475da796ee2393af174ee31c702a2c8966.tar.bz2 newsaggregator-e91a06475da796ee2393af174ee31c702a2c8966.zip |
Changed merge
Diffstat (limited to 'Server/wwwroot/tsconfig.json')
-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 |