File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 51
51
"author" :
" Ben Coe <[email protected] >" ,
52
52
"license" : " ISC" ,
53
53
"devDependencies" : {
54
+ "@rollup/plugin-typescript" : " ^9.0.2" ,
54
55
"@types/chai" : " ^4.2.11" ,
55
56
"@types/mocha" : " ^9.0.0" ,
56
57
"@types/node" : " ^16.11.4" ,
68
69
"rimraf" : " ^3.0.2" ,
69
70
"rollup" : " ^2.22.1" ,
70
71
"rollup-plugin-cleanup" : " ^3.1.1" ,
71
- "rollup-plugin-ts" : " ^3.0.2" ,
72
72
"serve" : " ^14.0.0" ,
73
73
"standardx" : " ^7.0.0" ,
74
74
"start-server-and-test" : " ^1.11.2" ,
75
75
"ts-transform-default-export" : " ^1.0.2" ,
76
- "typescript" : " ^4.0.0"
76
+ "tslib" : " ^2.4.1" ,
77
+ "typescript" : " ^4.8.4"
77
78
},
78
79
"files" : [
79
80
" browser.js" ,
Original file line number Diff line number Diff line change 1
1
import cleanup from 'rollup-plugin-cleanup'
2
- import ts from 'rollup- plugin-ts '
2
+ import ts from '@ rollup/ plugin-typescript '
3
3
import transformDefaultExport from 'ts-transform-default-export'
4
4
5
5
const output = {
You can’t perform that action at this time.
0 commit comments