Open ThatOneBro opened 1 year ago
Typescript was complaining about types for bitECS when I had moduleResolution: "NodeNext" set in tsconfig.json. Making this specification in package.json fixes this
moduleResolution: "NodeNext"
tsconfig.json
package.json
Typescript was complaining about types for bitECS when I had
moduleResolution: "NodeNext"
set intsconfig.json
. Making this specification inpackage.json
fixes this