blu_bulb.ts has the following import:
import {light_radius} from "../../core/components/com_light.js";
that should be deleted and that import should be added to:
import {light_point, light_radius} from "../components/com_light.js";
sce_stage.ts has a similar issues:
import {light_radius} from "../../Animate/components/com_light.js"; should also be deleted and added to
import {light_point, light_radius} from "../components/com_light.js";
blu_bulb.ts has the following import:
import {light_radius} from "../../core/components/com_light.js";
that should be deleted and that import should be added to:
import {light_point, light_radius} from "../components/com_light.js";
sce_stage.ts has a similar issues:
import {light_radius} from "../../Animate/components/com_light.js"; should also be deleted and added to
import {light_point, light_radius} from "../components/com_light.js";