typescript error on compile

hi i am getting the following error when i compile. Its new. please help

TypeScript error in /node_modules/@plasmicapp/react-web/node_modules/@plasmicapp/host/dist/registerFunction.d.ts(1,64):
Type expected. TS1110

1 | export type StringType = “string” | '${T}';
| ^
2 | export type NumberType = “number” | ${number extends T ? number : T};
3 | export type BooleanType = “boolean” | ${boolean extends T ? boolean : T};
4 | export type NullType = “null”;

hmm content there is not quite what I’d expect; which version of @plasmicapp/react-web do you have?

@plasmicapp/react-web”: “^0.2.270”,

i removed node_modules, went to a newer plasmic install in the package, with additional installs, reinstalled the latest typescript package. Then it worked.

"@plasmicapp/host": "^1.0.57",
"@plasmicapp/react-web": "^0.2.268",
"@plasmicpkgs/react-parallax-tilt": "^0.0.41",