Skip to content

Commit 3058b81

Browse files
committed
v5
1 parent eb41a44 commit 3058b81

File tree

5 files changed

+194
-109
lines changed

5 files changed

+194
-109
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"rollup-plugin-ts": "^3.0.2",
7777
"ts-node": "^10.8.1",
7878
"tslib": "^2.4.0",
79+
"type-fest": "^2.19.0",
7980
"typescript": "^4.7.3"
8081
},
8182
"peerDependencies": {

rollup.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ import { defineConfig } from 'rollup'
77

88
import pkg from './package.json'
99

10-
/**
11-
* @type { () => import('rollup').Plugin }
12-
*/
10+
/** @type { import('rollup').PluginImpl } */
1311
function packageType() {
1412
return {
1513
name: 'package-type',

0 commit comments

Comments
 (0)