After installing node-html-parser Angular cannot run the application because of this compile error:
ERROR in node_modules/node-html-parser/dist/nodes/comment.d.ts:17:24 - error TS2693: 'string' only refers to a type, but is being used as a value here.
After installing node-html-parser Angular cannot run the application because of this compile error:
ERROR in node_modules/node-html-parser/dist/nodes/comment.d.ts:17:24 - error TS2693: 'string' only refers to a type, but is being used as a value here.
My tsconfig.json looks like this:
Can this be fixed or do I need to change something about my set up?