This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
hugh
/
javascript-obfuscator
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
added `test` folder to `exclude` array
sanex3339
hace 8 años
padre
e4ecd3c209
commit
6bd03bc3ac
Se han
modificado 1 ficheros
con
5 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
5
1
tsconfig.json
+ 5
- 1
tsconfig.json
Ver fichero
@@ -22,5 +22,9 @@
"node",
"sinon"
]
- }
+ },
+ "exclude": [
+ "node_modules",
+ "test"
+ ]
}