Skip to content

Commit bf5d7d8

Browse files
authored
Update configuration.md
1 parent b9c4ea2 commit bf5d7d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ You can use this sample configuration as a starting point:
2727

2828
```json title="tsconfig.json"
2929
{
30-
// This is an alias to @tsconfig/node12: https://github.com/tsconfig/bases
31-
"extends": "ts-node/node12/tsconfig.json",
30+
// This is an alias to @tsconfig/node16: https://github.com/tsconfig/bases
31+
"extends": "ts-node/node16/tsconfig.json",
3232

3333
// Most ts-node options can be specified here using their programmatic names.
3434
"ts-node": {

0 commit comments

Comments
 (0)