Skip to content

Commit

Permalink
fix(template-typescript-webpack): install ts-node (#3016)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Oct 28, 2022
1 parent 378e200 commit ab160d5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions packages/template/typescript-webpack/tmpl/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"devDependencies": {
"@electron-forge/plugin-webpack": "ELECTRON_FORGE/VERSION",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vercel/webpack-asset-relocator-loader": "1.7.3",
"css-loader": "^6.0.0",
"node-loader": "^2.0.0",
"ts-loader": "^9.2.2",
"style-loader": "^3.0.0",
"typescript": "~4.5.4",
"fork-ts-checker-webpack-plugin": "^7.2.1",
"eslint": "^8.0.1",
"eslint-plugin-import": "^2.25.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0"
"fork-ts-checker-webpack-plugin": "^7.2.1",
"node-loader": "^2.0.0",
"style-loader": "^3.0.0",
"ts-loader": "^9.2.2",
"ts-node": "^10.0.0",
"typescript": "~4.5.4"
}
}

0 comments on commit ab160d5

Please sign in to comment.