Skip to content

Commit 499d9d7

Browse files
committed
build: fix tsconfig path
1 parent 26c4fde commit 499d9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"./schema.json"
3737
],
3838
"scripts": {
39-
"build": "tsc",
39+
"build": "tsc -p tsconfig.lib.json",
4040
"conver": "node ./dist/cli/main.js",
4141
"format": "prettier --write .",
4242
"lint": "eslint src",

0 commit comments

Comments
 (0)