File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Encore, you're done!
26
26
27
27
Any ``.ts `` files that you require will be processed correctly. You can
28
28
also configure the `ts-loader options `_ via the ``enableTypeScriptLoader() ``
29
- method.
29
+ method.
30
30
31
31
.. code-block :: diff
32
32
@@ -42,11 +42,8 @@ method.
42
42
+ // tsConfig.silent = false
43
43
+ })
44
44
45
- // optionally enable forked type script for faster builds
46
- // https://www.npmjs.com/package/fork-ts-checker-webpack-plugin
47
- // requires that you have a tsconfig.json file that is setup correctly.
48
- //.enableForkedTypeScriptTypesChecking()
49
- ;
45
+ // ...
46
+ ;
50
47
51
48
See the `Encore's index.js file `_ for detailed documentation and check
52
49
out the `tsconfig.json reference `_ and the `Webpack guide about Typescript `_.
You can’t perform that action at this time.
0 commit comments