replace tsc dist dir to build

This commit is contained in:
Fabian Chong
2020-09-04 14:03:06 +08:00
parent c2125e9ac2
commit 2fb8eb8c49
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"plugins/*/migrations"
],
"compilerOptions": {
"outDir": "dist",
"outDir": "build",
"rootDir": "."
}
}