allegro / allegro/typescript-strict-plugin
Path are not recognize files paths
未關閉
- 主要語言
- 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 還沒有評估資料。