Skip to content
This repository was archived by the owner on May 23, 2021. It is now read-only.

Commit 311406a

Browse files
committed
feat(typescript): add "pretty" option for ts-node
1 parent fe9b24a commit 311406a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: configs/ts-node-register.js

+1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ try {
2121
You should install ts-node and typescript.`);
2222
}
2323
require("ts-node").register({
24+
pretty: true,
2425
project: paths.appTsConfig
2526
});

0 commit comments

Comments
 (0)