Jukka-Pekka Venttola

Results 2 comments of Jukka-Pekka Venttola

Additional info: Running the scanner without tsconfig.json. at project root seems to succeed, so here is my tsconfig.json: ``` { "include": [ "src/**/*" ], "compilerOptions": { "noImplicitAny": true, "target": "es6",...

That seemed to do trick, thanks for the help! I'm using Gulp for building, and I guess is somehow overrided the faulty value in tsconfig.json. I checked my other project's...