diff --git a/tests/test-console/tsconfig.json b/tests/test-console/tsconfig.json index 5596d06562a9..df81058aa912 100644 --- a/tests/test-console/tsconfig.json +++ b/tests/test-console/tsconfig.json @@ -4,7 +4,8 @@ "outDir": "build", "types": ["mocha"], "composite": false, - "rootDir": "src" + "rootDir": "src", + "tsBuildInfoFile": "tsconfig.tsbuildinfo" }, "include": ["src/*"], "references": [ diff --git a/tests/test-csvviewer/tsconfig.json b/tests/test-csvviewer/tsconfig.json index 767e1c62538d..75acba800756 100644 --- a/tests/test-csvviewer/tsconfig.json +++ b/tests/test-csvviewer/tsconfig.json @@ -4,7 +4,8 @@ "outDir": "build", "types": ["mocha", "node"], "composite": false, - "rootDir": "src" + "rootDir": "src", + "tsBuildInfoFile": "tsconfig.tsbuildinfo" }, "include": ["src/*"], "references": [ diff --git a/tests/test-docmanager/tsconfig.json b/tests/test-docmanager/tsconfig.json index 412221081c8d..dfc2f29387b2 100644 --- a/tests/test-docmanager/tsconfig.json +++ b/tests/test-docmanager/tsconfig.json @@ -4,7 +4,8 @@ "outDir": "build", "types": ["mocha"], "composite": false, - "rootDir": "src" + "rootDir": "src", + "tsBuildInfoFile": "tsconfig.tsbuildinfo" }, "include": ["src/*"], "references": [ diff --git a/tests/test-filebrowser/tsconfig.json b/tests/test-filebrowser/tsconfig.json index bae9b844966a..7d524289cadf 100644 --- a/tests/test-filebrowser/tsconfig.json +++ b/tests/test-filebrowser/tsconfig.json @@ -4,7 +4,8 @@ "outDir": "build", "types": ["mocha"], "composite": false, - "rootDir": "src" + "rootDir": "src", + "tsBuildInfoFile": "tsconfig.tsbuildinfo" }, "include": ["src/*"], "references": [ diff --git a/tests/test-notebook/tsconfig.json b/tests/test-notebook/tsconfig.json index adfa285aca74..3eccdda88706 100644 --- a/tests/test-notebook/tsconfig.json +++ b/tests/test-notebook/tsconfig.json @@ -4,7 +4,8 @@ "outDir": "build", "types": ["mocha"], "composite": false, - "rootDir": "src" + "rootDir": "src", + "tsBuildInfoFile": "tsconfig.tsbuildinfo" }, "include": ["src/*"], "references": [ diff --git a/tests/test-rendermime/tsconfig.json b/tests/test-rendermime/tsconfig.json index 0b934738dead..551460b77746 100644 --- a/tests/test-rendermime/tsconfig.json +++ b/tests/test-rendermime/tsconfig.json @@ -4,7 +4,8 @@ "outDir": "build", "types": ["mocha", "node"], "composite": false, - "rootDir": "src" + "rootDir": "src", + "tsBuildInfoFile": "tsconfig.tsbuildinfo" }, "include": ["src/*"], "references": [ diff --git a/tests/test-terminal/tsconfig.json b/tests/test-terminal/tsconfig.json index a542e91f4c1f..a85fb40b3e54 100644 --- a/tests/test-terminal/tsconfig.json +++ b/tests/test-terminal/tsconfig.json @@ -4,7 +4,8 @@ "outDir": "build", "types": ["mocha"], "composite": false, - "rootDir": "src" + "rootDir": "src", + "tsBuildInfoFile": "tsconfig.tsbuildinfo" }, "include": ["src/*"], "references": [