Skip to content

Path are not recognize files paths  #88

Open
@IsaacIsrael

Description

@IsaacIsrael

Hey, I insert this config on my .tsconfig

 "plugins": [
      {
        "name": "typescript-strict-plugin",
        "paths": [
          "./src/z-test",
          "./src/test3.ts",
          "./src/test4.tsx",
        ]
      }
    ],

and all of the files have this code

import { Test } from 'tslint'
interface Test {
  a?: {
    b: string
  }
}

const test: Test = {}

console.log(test.a.b)

The plugin only points the error to files inside the z-test folder, not files directly declared at the paths.
What Could be wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions