Skip to content

Commit 6c31bad

Browse files
authored
Add tslib (swiftwasm#164)
According to (outdated) instructions from https://github.com/rollup/rollup-plugin-typescript#installation
1 parent 940dc06 commit 6c31bad

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 10 additions & 11 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
@@ -37,6 +37,7 @@
3737
"@rollup/plugin-typescript": "^8.3.0",
3838
"prettier": "2.5.1",
3939
"rollup": "^2.63.0",
40-
"typescript": "^4.4.2"
40+
"tslib": "^2.3.1",
41+
"typescript": "^4.5.5"
4142
}
4243
}

0 commit comments

Comments
 (0)