-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit 860b994
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"
}
}
```1 parent 25f43e3 commit 860b994
1 file changed
+12
-2
lines changedLines changed: 12 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 | + | ||
53 | 63 |
| |
54 | 64 |
| |
55 | 65 |
| |
|
0 commit comments