Skip to content

Commit b265845

Browse files
docs(README): update tsconfig section
1 parent 4d821f4 commit b265845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ The [wink-eng-lite-web-model](https://github.com/winkjs/wink-eng-lite-web-model)
6767

6868
The second command installs the [wink-eng-lite-model](https://github.com/winkjs/wink-eng-lite-model), which works with Node.js version 14 or 12.
6969

70-
### How to config tsconfig.json in TypeScript projects
70+
### How to configure TypeScript project
7171

72-
Enable [esModuleInterop](https://www.typescriptlang.org/tsconfig#esModuleInterop) and [allowSyntheticDefaultImports](https://www.typescriptlang.org/tsconfig#allowSyntheticDefaultImports) in tsconfig.json
72+
Enable [`esModuleInterop`](https://www.typescriptlang.org/tsconfig#esModuleInterop) and [`allowSyntheticDefaultImports`](https://www.typescriptlang.org/tsconfig#allowSyntheticDefaultImports) in the `tsconfig.json` file:
7373

7474
```
7575
"compilerOptions": {

0 commit comments

Comments
 (0)