10000 fix(template-typescript-webpack): install ts-node (#3016) · electron/forge@ab160d5 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit ab160d5

Browse files
authored
fix(template-typescript-webpack): install ts-node (#3016)
1 parent 378e200 commit ab160d5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"devDependencies": {
33
"@electron-forge/plugin-webpack": "ELECTRON_FORGE/VERSION",
4+
"@typescript-eslint/eslint-plugin": "^5.0.0",
5+
"@typescript-eslint/parser": "^5.0.0",
46
"@vercel/webpack-asset-relocator-loader": "1.7.3",
57
"css-loader": "^6.0.0",
6-
"node-loader": "^2.0.0",
7-
"ts-loader": "^9.2.2",
8-
"style-loader": "^3.0.0",
9-
"typescript": "~4.5.4",
10-
"fork-ts-checker-webpack-plugin": "^7.2.1",
118
"eslint": "^8.0.1",
129
"eslint-plugin-import": "^2.25.0",
13-
"@typescript-eslint/eslint-plugin": "^5.0.0",
14-
"@typescript-eslint/parser": "^5.0.0"
10+
"fork-ts-checker-webpack-plugin": "^7.2.1",
11+
"node-loader": "^2.0.0",
12+
"style-loader": "^3.0.0",
13+
"ts-loader": "^9.2.2",
14+
"ts-node": "^10.0.0",
15+
"typescript": "~4.5.4"
1516
}
1617
}

0 commit comments

Comments
 (0)
0