From 5cfb226397cf767743d4dbfd04e7bfaaab1dd32f Mon Sep 17 00:00:00 2001 From: Vasily Strelyaev Date: Tue, 6 Aug 2019 14:38:04 +0300 Subject: [PATCH] Fix outdated info (#4098) --- docs/articles/documentation/test-api/typescript-support.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/articles/documentation/test-api/typescript-support.md b/docs/articles/documentation/test-api/typescript-support.md index 9708d585e4..a38c199e69 100644 --- a/docs/articles/documentation/test-api/typescript-support.md +++ b/docs/articles/documentation/test-api/typescript-support.md @@ -86,8 +86,6 @@ See the available options in the [TypeScript Compiler Options](https://www.types > Important! You cannot override the `module` and `target` options. -Save `tsconfig.json` to the directory from which you run TestCafe (usually the project's root directory), or specify the [tsConfigPath](../using-testcafe/configuration-file.md#tsconfigpath) option in the [configuration file](../using-testcafe/configuration-file.md) to use a different location. - TestCafe passes the following options to the TypeScript compiler unless you override them in `tsconfig.json`: Option | Value