-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit 7a56e55
docs(config): update typescript setup in configuration-languages.mdx (#6929)
* docs(config): update ts configuration-languages
`import *` not required when `esModuleInterop: true` in `tsconfig.json`.
```json
{
"devDependencies": {
"@types/node": "^20.3.1",
"@types/webpack": "^5.28.1",
"@types/webpack-dev-server": "^4.7.2",
"ts-loader": "^9.2.6",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.7.4"
}
}
```
* Update src/content/configuration/configuration-languages.mdx
Co-authored-by: Sam Chen <chenxsan@gmail.com>
---------
Co-authored-by: Sam Chen <chenxsan@gmail.com>1 parent 606ca6e commit 7a56e55
1 file changed
+14
-2
lines changedLines changed: 14 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | + | ||
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
| |||
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
36 | - | ||
37 | - | ||
37 | + | ||
38 | + | ||
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
| |||
50 | 51 |
| |
51 | 52 |
| |
52 | 53 |
| |
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
53 | 65 |
| |
54 | 66 |
| |
55 | 67 |
| |
|
0 commit comments