This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
hugh
/
javascript-obfuscator
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
added `test` folder to `exclude` array
sanex3339
8 anos atrás
pai
e4ecd3c209
commit
6bd03bc3ac
1 arquivos alterados
com
5 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
5
1
tsconfig.json
+ 5
- 1
tsconfig.json
Ver arquivo
@@ -22,5 +22,9 @@
"node",
"sinon"
]
- }
+ },
+ "exclude": [
+ "node_modules",
+ "test"
+ ]
}