`tsconfig.json` exclude not respected
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 147
- Fork
- 10
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Here is my config:
```json
{
"compilerOptions": {
"target": "es2015",
"skipLibCheck": true,
"exclude": [
"fixture/*.ts"
]
}
}
```
when I run `check-dts test/**` I see lots of errors inside `fixture` files:
How to exclude it? I want check only `test` directory, could you please help me?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.