Skip to content

Commit 98c15d4

Browse files
author
elevatebart
committed
fix: build process
1 parent 32ae8d4 commit 98c15d4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"serve": "vite serve",
77
"types": "vue-tsc --project ./tsconfig.app.json",
88
"build:lib": "vite build --config ./vite.config.lib.ts",
9-
"types:lib": "vue-tsc --declaration --emitDeclarationOnly --project ./tsconfig.lib.json",
9+
"types:lib": "vue-tsc --declaration --emitDeclarationOnly --project ./tsconfig.build.lib.json",
1010
"build:demo": "vite build",
1111
"start": "vite serve",
1212
"preview": "vite preview --port 4173",

Diff for: tsconfig.build.lib.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "./tsconfig.lib.json",
3+
"compilerOptions": {
4+
"composite": false,
5+
}
6+
}

0 commit comments

Comments
 (0)