File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments