You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(tsconfig): explicit sourceMap and declarationMap: false (#593)
Set sourceMap: false and declarationMap: false explicitly on every
tsconfig.json in the repo. Keys are fully alphanumerically sorted
within each compilerOptions block.
We never want to ship sourcemaps or declaration maps — making the
flags explicit prevents accidental regression when someone edits a
config and forgets to check inheritance.
0 commit comments