Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Project not specified to tslint #126

@pelotom

Description

@pelotom

When you first start a freshly-scaffolded app, the following warning flashes:

Warning: The 'no-use-before-declare' rule requires type infomation.

This is because --project is not being specified to tslint. It has the implication that any rules that require type information are disabled. In the ejected app's webpack config, adding

options: {
  typeCheck: true,
  tsConfigFile: paths.appTsConfig,
}

to the ts-loader config fixes it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy