This website works better with JavaScript
Home
Explore
Help
Sign In
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix tsconfig.lint.json to only run against /src
Garrett Johnson
5 years ago
parent
80d1d8f5d4
commit
075000d9c4
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
utils/build/tsconfig.lint.json
+ 1
- 1
utils/build/tsconfig.lint.json
View File
@@ -3,6 +3,6 @@
"noEmit": true,
},
"include": [
- "../../**/*.ts"
+ "../../
src/
**/*.ts"
]
}