rename build to dist-types

This commit is contained in:
Fabian Chong
2020-09-04 21:20:21 +08:00
parent 00cfda33b3
commit 59fb93cd00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"plugins/*/migrations"
],
"compilerOptions": {
"outDir": "build",
"outDir": "dist-types",
"rootDir": "."
}
}