#Is this possible to mix js with ts?

2 messages · Page 1 of 1 (latest)

icy juniper
#

I wanted to use code wrote in service with js and call it from controller wrote in ts. I've tried and I can't import js file in ts controller. Also I've added in package.json to compiler options allowJs": true,"

mighty spade