ts-loader is loading the typings if the main field points to a js file but if it points to a ts file, it doesnot load the typings folder. I have created a sample project with the recreation steps.
I tried compiling the same using tsc and it compiles properly without any issues.
Refer to #170 for a discussion on the same issue.
ts-loader is loading the typings if the main field points to a js file but if it points to a ts file, it doesnot load the typings folder. I have created a sample project with the recreation steps.
I tried compiling the same using tsc and it compiles properly without any issues.
Refer to #170 for a discussion on the same issue.