Skip to content

Commit 988374f

Browse files
author
Trung
committed
fix(tsconfig): correct outDir
1 parent cc7171e commit 988374f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"declaration": true,
1010
"emitDeclarationOnly": true,
1111
"noEmit": false,
12-
"outDir": "lib"
12+
"outDir": "dist"
1313
},
1414
"vueCompilerOptions": {
1515
"skipTemplateCodegen": true

0 commit comments

Comments
 (0)