This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
hugh
/
javascript-obfuscator
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
added `test` folder to `exclude` array
sanex3339
%!s(int64=8) %!d(string=hai) anos
pai
e4ecd3c209
achega
6bd03bc3ac
Modificáronse 1 ficheiros
con
5 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
5
1
tsconfig.json
+ 5
- 1
tsconfig.json
Ver ficheiro
@@ -22,5 +22,9 @@
"node",
"sinon"
]
- }
+ },
+ "exclude": [
+ "node_modules",
+ "test"
+ ]
}