Remix.run Logo
judofyr 2 years ago

https://www.typescriptlang.org/tsconfig/#isolatedModules

paulddraper 2 years ago | parent [-]

That's not the same.

That guarantees that the types do not determine the output (e.g. no const enums), not that you can "strip" types to get the same output.