We could opt to put 'plugins' into their module's folder.
Like jquery plugins all have that dot-seperated format jquery.myPlugin.
./jquery/jquery.d.t
./jquery.myPlugin/jquery.myPlugin.d.ts
To
./jquery/jquery.d.ts
./jquery/jquery.myPlugin.d.ts
Earlier I though this was neat. But I start to feel this s not really worth that much, and it will get some weird edge cases.
What do you think?