Skip to content

Commit

Permalink
Replace @rollup/plugin-typescript (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaperStrike committed Aug 25, 2021
1 parent 08f7726 commit 0de997c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
43 changes: 0 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"@babel/runtime": "^7.15.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.2.5",
"@types/jest": "^27.0.0",
"@types/web": "^0.0.24",
"@typescript-eslint/eslint-plugin": "^4.4.1",
Expand All @@ -74,7 +73,7 @@
},
"scripts": {
"lint": "eslint .",
"build": "rollup --config rollup.config.ts --configPlugin typescript",
"build": "rollup --config rollup.config.ts --configPlugin babel={extensions:[\\\".ts\\\"],babelHelpers:\\\"runtime\\\"}",
"test": "jest",
"coverage": "jest --coverage",
"prepare": "npm run build"
Expand Down

0 comments on commit 0de997c

Please sign in to comment.