File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,14 @@ 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. See the `Encore's index.js file `_ for detailed documentation.
29
+ method. See the `Encore's index.js file `_ for detailed documentation and check
30
+ out the `tsconfig.json reference `_ and the `Webpack guide about Typescript `_.
30
31
31
32
If React is enabled (``.enableReactPreset() ``), any ``.tsx `` file will also be
32
33
processed by ``ts-loader ``.
33
34
34
35
.. _`TypeScript` : https://www.typescriptlang.org/
35
36
.. _`ts-loader options` : https://github.com/TypeStrong/ts-loader#options
36
37
.. _`Encore's index.js file` : https://github.com/symfony/webpack-encore/blob/master/index.js
38
+ .. _`tsconfig.json reference` : https://www.typescriptlang.org/docs/handbook/tsconfig-json.html
39
+ .. _`Webpack guide about Typescript` : https://webpack.js.org/guides/typescript/
You can’t perform that action at this time.
0 commit comments