Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit ae7aa0f

Browse files
committed
fix(build): Use correct tsconfig for production build
1 parent 4f6df16 commit ae7aa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
[
124124
"@pika/plugin-ts-standard-pkg",
125125
{
126-
"tsconfig": "./tsconfig.base.json"
126+
"tsconfig": "./tsconfig.prod.json"
127127
}
128128
],
129129
[

0 commit comments

Comments
 (0)