First off... Awesome repo! been struggling some time to either find or create it myself
After cloning, npm install and trying to hit npm start I get the following exception;
angular-typescript-webpack\node_modules\@types\jquery\index.d.ts:7624:30 ',' expected.
And this happens for an amount of 1000+ lines with some other errors, but all related to JQuery.
I tried manually adding and updating JQuery and even downgrading, but nothing worked. You have any clue?
First off... Awesome repo! been struggling some time to either find or create it myself
After cloning, npm install and trying to hit npm start I get the following exception;
angular-typescript-webpack\node_modules\@types\jquery\index.d.ts:7624:30 ',' expected.And this happens for an amount of 1000+ lines with some other errors, but all related to JQuery.
I tried manually adding and updating JQuery and even downgrading, but nothing worked. You have any clue?