johnfn / ts2gd

💥 Compile TypeScript to GDScript for Godot
200 stars 14 forks source link

import package.json by module #79

Closed ksjogo closed 2 years ago

ksjogo commented 2 years ago

has the advantage of not copying the package.json into the js/ folder on build. Which can confuse jest with the presence of two package.jsons

johnfn commented 2 years ago

Thanks! This is pretty handy.