This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Fix tsconfig.lint.json to only run against /src
Garrett Johnson
5 năm trước cách đây
mục cha
80d1d8f5d4
commit
075000d9c4
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
utils/build/tsconfig.lint.json
+ 1
- 1
utils/build/tsconfig.lint.json
Xem Tập Tin
@@ -3,6 +3,6 @@
"noEmit": true,
},
"include": [
- "../../**/*.ts"
+ "../../
src/
**/*.ts"
]
}