Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 092104c

Browse files
authored
chore: use ./tsconfig.build.json
1 parent 0db2acb commit 092104c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"scripts": {
2323
"test": "jest",
24-
"typescript": "tsc --noEmit -p ./tsconfig.build",
24+
"typescript": "tsc --noEmit -p ./tsconfig.build.json",
2525
"lint": "eslint \"**/*.{js,ts,tsx}\"",
2626
"prepare": "bob build",
2727
"release": "release-it",
@@ -139,7 +139,7 @@
139139
"targets": [
140140
"commonjs",
141141
"module",
142-
"typescript"
142+
["typescript", { "project": "tsconfig.build.json" }]
143143
]
144144
}
145145
}

0 commit comments

Comments
 (0)