Version: 3.2.2
I have a person.js file and test.ts file, create a student class and person object in the js file, set student"s prototype to person, and then export an instance of student.
then accesses the instance of student in the test file, but ts does not have access to the properties on student"s prototype (that is, properties on person).
person.js