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 2cca0ec commit fa82e8fCopy full SHA for fa82e8f
apps/site/pages/en/blog/release/v22.18.0.md
@@ -15,7 +15,7 @@ author: Antoine du Hamel
15
Node.js will be able to execute TypeScript files without additional configuration:
16
17
```console
18
-$ echo 'const foo: string = 'World'; console.log(`Hello ${foo}!`);' > file.ts
+$ echo 'const foo: string = "World"; console.log(`Hello ${foo}!`);' > file.ts
19
$ node file.ts
20
Hello World!
21
```
0 commit comments