Skip to content

Commit 1daf057

Browse files
author
Dennis Miasoutov
committed
reformat
1 parent 3b1786b commit 1daf057

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import * as webpack from "webpack";
22
export const typescript: webpack.Rule = {
33
test: /\.(ts|tsx)?$/,
4-
use: { loader: "ts-loader", options: {onlyCompileBundledFiles: true, allowTsInNodeModules: true} },
4+
use: {
5+
loader: "ts-loader",
6+
options: { onlyCompileBundledFiles: true, allowTsInNodeModules: true },
7+
},
58
};

0 commit comments

Comments
 (0)