I haven't heard of one.
It should be straight forward to do yourself. Though as I haven't done it myself, this is only what I think will work.
The defense structure folders you are looking for are here.
\dgdata\units\ug\b
Open up the relevant folder for a specific structure and you'll see the unit.bp files.
eg: UGBDefense01_unit.bp
Since towers do not grant XP, You'll need to add a section like
Experience = {
Radius = 30,
Value = 20,
},
and fill in whatever values you think are appropriate
There is of course more work than this to build a mod... but the other steps are the basics like creating and filling in the mod_info.lua file etc... covered in other posts.