allegro / allegro/typescript-strict-plugin
Path are not recognize files paths
- Lingua principale
- TypeScript
- Stelle
- 397
- Fork
- 34
- Metriche di merge delle PR
- Metriche PR in attesa
Descrizione
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?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.