Skip to content

Commit e18250e

Browse files
committed
Minor tweak
1 parent 08c23c0 commit e18250e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

frontend/encore/typescript.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Encore, you're done!
2626

2727
Any ``.ts`` files that you require will be processed correctly. You can
2828
also configure the `ts-loader options`_ via the ``enableTypeScriptLoader()``
29-
method.
29+
method.
3030

3131
.. code-block:: diff
3232
@@ -42,11 +42,8 @@ method.
4242
+ // tsConfig.silent = false
4343
+ })
4444
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+
;
5047
5148
See the `Encore's index.js file`_ for detailed documentation and check
5249
out the `tsconfig.json reference`_ and the `Webpack guide about Typescript`_.

0 commit comments

Comments
 (0)