What problem does this feature solve?
Changing tsconfig.json does not trigger the rebuild even if the tsconfig is affecting the build output. I'd be better if the rebuild is triggered in that case.
Reproduction: https://stackblitz.com/edit/rolldown-rolldown-starter-stackblitz-sevqyycn?file=tsconfig.json,src%2Fentry.ts,rolldown.config.mjs (change "useDefineForClassFields": false to "useDefineForClassFields": true)
related: oxc-project/oxc-resolver#1011
What does the proposed API look like?
Not an API change
What problem does this feature solve?
Changing
tsconfig.jsondoes not trigger the rebuild even if the tsconfig is affecting the build output. I'd be better if the rebuild is triggered in that case.Reproduction: https://stackblitz.com/edit/rolldown-rolldown-starter-stackblitz-sevqyycn?file=tsconfig.json,src%2Fentry.ts,rolldown.config.mjs (change
"useDefineForClassFields": falseto"useDefineForClassFields": true)related: oxc-project/oxc-resolver#1011
What does the proposed API look like?
Not an API change