### Expected Behaviour Incremental compilation / .tsbuildinfo work as expected. ### Actual Behaviour The setting does not seem to be used: no .tsbuildinfo exists after building. ### Steps to Reproduce the Problem tsconfig.json: ```json { "compilerOptions": { "incremental": true, "tsBuildInfoFile": "./dist/.tsbuildinfo" } } ```