allegro / allegro/typescript-strict-plugin

Path are not recognize files paths

Abierto
#88 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
TypeScript
Estrellas
397
Forks
34
Métricas de merge de PR
Métricas de PR pendientes

Descripción

Hey, I insert this config on my `.tsconfig`

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

and all of the files have this code
```typescript
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?

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.