|
|
|
|
|
by no_wizard
1459 days ago
|
|
I know Typescript now has a `moduleSuffixes`[0] option that may be be a reference point for making this easier. I am imagining you want to do this due to compiler conditions for build tooling no? This makes it "transparent" to the developer but retains the file naming approach, best of both worlds? [0]: https://devblogs.microsoft.com/typescript/announcing-typescr... |
|