Currently, I am in the process of translating my typescript project to Webpack 2. While one project transitioned smoothly, I encountered an error with the other project...
Error: use-life-cycle-interface necessitates type checking
After conducting a brief Google search and cross-referencing my tsconfig/tslint files with the ones from the working project, I couldn't pinpoint any differences.
How can I resolve this issue? Is there a specific TS error checking property that needs to be addressed?