This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
javascript
/
three.js
réplica de
https://github.com/tazdij/three.js.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Fix tsconfig.lint.json to only run against /src
Garrett Johnson
%!s(int64=5) %!d(string=hai) anos
pai
80d1d8f5d4
achega
075000d9c4
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
utils/build/tsconfig.lint.json
+ 1
- 1
utils/build/tsconfig.lint.json
Ver ficheiro
@@ -3,6 +3,6 @@
"noEmit": true,
},
"include": [
- "../../**/*.ts"
+ "../../
src/
**/*.ts"
]
}