If my hack is exploiting a bug; why not enable some default that enables the use of absolute paths as a zero-config option in TS? Writing ../../../../foo/bar is tiresome.
Already tracking :-) https://github.com/facebook/create-react-app/issues/5118
Ah, ok thanks!
@Timer Can we not turn off this feature in special cases? For example, if the environment variable DANGEROUS_OPEN_TSCONFIG_EXTENSION=true or DANGEROUS_ALLOW_DISABLE_TSCONFIG_CHECK=true
Most helpful comment
If my hack is exploiting a bug; why not enable some default that enables the use of absolute paths as a zero-config option in TS? Writing
../../../../foo/baris tiresome.