aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAlex Vitkov <alexvitkov98@gmail.com>2021-03-19 22:40:38 +0200
committerAlex Vitkov <alexvitkov98@gmail.com>2021-03-19 22:40:38 +0200
commitcb3949d974f30501281fd2546ef23c81ac0282b3 (patch)
treeb463e63c16c9288af42d34cf86a0fd6ffeeeb5a5 /tsconfig.json
parentdd6cf660b033251c5ab08fa0c3e32a44022a7039 (diff)
downloadfileup-cb3949d974f30501281fd2546ef23c81ac0282b3.tar.gz
bundler
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
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