allegro / allegro/typescript-strict-plugin

Path are not recognize files paths

オープン
#88 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
TypeScript
スター
397
フォーク
34
PR マージ指標
PR 指標を取得中

説明

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?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。