diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-03-19 21:58:50 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-03-19 21:58:50 +0200 |
commit | dd6cf660b033251c5ab08fa0c3e32a44022a7039 (patch) | |
tree | 56f9cd27afbe55853310bd6f08ae7d50054b080e /tsconfig.json | |
parent | 97bdd475b520630ad96fb4db31248348b117e8ea (diff) | |
download | fileup-dd6cf660b033251c5ab08fa0c3e32a44022a7039.tar.gz |
Added evil microsoft typescript
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..5d197c8 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "rootDir": "front", + "outFile": "build/bundle.js" + } +}
\ No newline at end of file |