Commit dca1fa0
committed
minor #9827 Update typescript.rst (kallard1)
This PR was submitted for the 4.0 branch but it was merged into the 3.4 branch instead (closes #9827).
Discussion
----------
Update typescript.rst
`configFileName` was renamed in `configFile` for Typescript configuration
```
Module build failed: Error: ts-loader was supplied with an unexpected loader option: configFileName
Please take a look at the options you are supplying; the following are valid options:
silent / logLevel / logInfoToStdOut / instance / compiler / context / configFile / transpileOnly / ignoreDiagnostics / errorFormatter / colors / compilerOptions / appendTsSuffixTo / appendTsxSuffixTo / onlyCompileBundledFiles / happyPackMode / getCustomTransformers / reportFiles / experimentalWatchApi / allowTsInNodeModules
```
Commits
-------
e2cf45c Update typescript.rst1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments