-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit a0cc1f4
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 a0cc1f4
1 file changed
+11
-2
lines changedLines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 | - | ||
37 | - | ||
36 | + | ||
37 | + | ||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
53 | 62 |
| |
54 | 63 |
| |
55 | 64 |
| |
|
0 commit comments