ts-flat
v0.0.9
Published
“flattens” a TypeScript project into a single output file by inlining the contents of all imported modules.
Downloads
276
Readme
TS Flat
“flattens” a TypeScript project into a single output file by inlining the contents of all imported modules.
It currently makes a few assumptions: all modules are TypeScript files with a .ts
extension, and it only handles named export declaration types.
License
License The MIT License Copyright (c) 2025 Ivan Zakharchanka