We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c4ea2 commit bf5d7d8Copy full SHA for bf5d7d8
website/docs/configuration.md
@@ -27,8 +27,8 @@ You can use this sample configuration as a starting point:
27
28
```json title="tsconfig.json"
29
{
30
- // This is an alias to @tsconfig/node12: https://github.com/tsconfig/bases
31
- "extends": "ts-node/node12/tsconfig.json",
+ // This is an alias to @tsconfig/node16: https://github.com/tsconfig/bases
+ "extends": "ts-node/node16/tsconfig.json",
32
33
// Most ts-node options can be specified here using their programmatic names.
34
"ts-node": {
0 commit comments