diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-03-19 22:40:38 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-03-19 22:40:38 +0200 |
commit | cb3949d974f30501281fd2546ef23c81ac0282b3 (patch) | |
tree | b463e63c16c9288af42d34cf86a0fd6ffeeeb5a5 /tsconfig.json | |
parent | dd6cf660b033251c5ab08fa0c3e32a44022a7039 (diff) | |
download | fileup-cb3949d974f30501281fd2546ef23c81ac0282b3.tar.gz |
bundler
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 5d197c8..1737107 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { "rootDir": "front", - "outFile": "build/bundle.js" + "outDir": "temp" } }
\ No newline at end of file |