We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974ebd5 commit e2cf45cCopy full SHA for e2cf45c
frontend/encore/typescript.rst
@@ -28,7 +28,7 @@ also configure the `ts-loader options`_ via a callback:
28
29
.enableTypeScriptLoader(function (typeScriptConfigOptions) {
30
typeScriptConfigOptions.transpileOnly = true;
31
- typeScriptConfigOptions.configFileName = '/path/to/tsconfig.json';
+ typeScriptConfigOptions.configFile = '/path/to/tsconfig.json';
32
});
33
34
If React assets are enabled (``.enableReactPreset()``), any ``.tsx`` file will be
0 commit comments