Git Product home page Git Product logo

Comments (3)

wms avatar wms commented on April 18, 2024 1

@JMStudiosJoe There may be a better solution that this (the best being to fix the implicit any types in the core), but adding "skipLibCheck": true to your project's tsconfig.json should suppress these errors.

from react.

elboman avatar elboman commented on April 18, 2024 1

So, I took a look at the code. The problem here is the fact that the ui-router-core lib is developed with the noImplicitAny default value, which is false, while your config sets it to true. This is why the core lib compiles fine in the source but doesn't in your setup.

That being said, you can fix the problem (for now) by setting "noImplicitAny": false in your tsconfig.json and let TS deal with implicit any types, unless you prefer skipping the whole lib check and in that case you can do what @warrenseymour suggests.

I guess the core lib should support your configuration and we should make a PR to explicitly set the any type on those variables.

from react.

JMStudiosJoe avatar JMStudiosJoe commented on April 18, 2024

@warrenseymour and @elboman thank you both for fast responses and both solutions worked to let you know.

from react.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.