This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
javascript
/
three.js
espejo de
https://github.com/tazdij/three.js.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Fix tsconfig.lint.json to only run against /src
Garrett Johnson
hace 5 años
padre
80d1d8f5d4
commit
075000d9c4
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
utils/build/tsconfig.lint.json
+ 1
- 1
utils/build/tsconfig.lint.json
Ver fichero
@@ -3,6 +3,6 @@
"noEmit": true,
},
"include": [
- "../../**/*.ts"
+ "../../
src/
**/*.ts"
]
}