Skip to content

Commit fbba25e

Browse files
committed
build: add new packages and script option
1 parent 049772d commit fbba25e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@
1111
"@babel/plugin-transform-object-assign": "^7.12.13",
1212
"@babel/preset-env": "^7.12.17",
1313
"@rollup/plugin-babel": "^5.3.0",
14+
"@rollup/plugin-typescript": "^12.3.0",
1415
"ava": "^3.15.0",
1516
"jsdom": "15",
1617
"rollup": "^2.39.0",
1718
"rollup-plugin-modify": "^3.0.0",
1819
"rollup-plugin-scss": "^3.0.0",
1920
"rollup-plugin-terser": "^7.0.2",
20-
"sass": "^1.42.1"
21+
"sass": "^1.42.1",
22+
"tslib": "^2.8.1",
23+
"typescript": "^5.9.3"
2124
},
2225
"homepage": "https://vb.github.io/lazyframe",
2326
"jsnext:main": "src/lazyframe.js",
@@ -42,7 +45,8 @@
4245
"build": "rollup -c",
4346
"dev": "rollup -c -w",
4447
"test": "npm run build && ava -s",
45-
"test:watch": "npm run build && ava -s -w"
48+
"test:watch": "npm run build && ava -s -w",
49+
"typecheck": "tsc --noEmit"
4650
},
4751
"files": [
4852
"dist",

0 commit comments

Comments
 (0)