Skip to content

Commit 9cdcc52

Browse files
committed
ci: update build command to use rollup.config.ts with typescript plugin and add rollup/plugin-typescript dependency
1 parent 0e39b28 commit 9cdcc52

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

bun.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"commit": "git add . && cz",
1919
"lint": "biome lint --fix",
2020
"check": "tsc --noEmit",
21-
"build": "rimraf dist && rollup -c",
21+
"build": "rimraf dist && rollup -c rollup.config.ts --configPlugin typescript",
2222
"prepublishOnly": "bun run build"
2323
},
2424
"maintainers": [
@@ -48,6 +48,7 @@
4848
"@commitlint/cli": "^20.1.0",
4949
"@commitlint/config-conventional": "^20.0.0",
5050
"@rollup/plugin-alias": "^5.1.1",
51+
"@rollup/plugin-typescript": "^12.3.0",
5152
"@storybook/react-vite": "9.0.13",
5253
"@types/bun": "^1.3.0",
5354
"@types/react": "^19.2.2",

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"baseUrl": ".",
99
"allowJs": true,
1010
"moduleResolution": "bundler",
11-
"allowImportingTsExtensions": true,
1211
"verbatimModuleSyntax": true,
1312
"noEmit": true,
1413
"strict": true,

0 commit comments

Comments
 (0)