This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
javascript
/
three.js
kopia lustrzana
https://github.com/tazdij/three.js.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Fix tsconfig.lint.json to only run against /src
Garrett Johnson
5 lat temu
rodzic
80d1d8f5d4
commit
075000d9c4
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
utils/build/tsconfig.lint.json
+ 1
- 1
utils/build/tsconfig.lint.json
Wyświetl plik
@@ -3,6 +3,6 @@
"noEmit": true,
},
"include": [
- "../../**/*.ts"
+ "../../
src/
**/*.ts"
]
}