This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
hugh
/
javascript-obfuscator
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
added `test` folder to `exclude` array
sanex3339
8 anni fa
parent
e4ecd3c209
commit
6bd03bc3ac
1 ha cambiato i file
con
5 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
5
1
tsconfig.json
+ 5
- 1
tsconfig.json
Vedi File
@@ -22,5 +22,9 @@
"node",
"sinon"
]
- }
+ },
+ "exclude": [
+ "node_modules",
+ "test"
+ ]
}