Skip to content

Commit c47bb86

Browse files
committed
Fix build dir in tsconfig
1 parent 89fdd9a commit c47bb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"noEmit": false,
55
"rootDir": "src",
6-
"outDir": "build"
6+
"outDir": "dist"
77
},
88
"exclude": [
99
"node_modules",

0 commit comments

Comments
 (0)