This website works better with JavaScript
Home
Explore
Help
Sign In
hugh
/
javascript-obfuscator
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
added `test` folder to `exclude` array
sanex3339
8 years ago
parent
e4ecd3c209
commit
6bd03bc3ac
1 changed files
with
5 additions
and
1 deletions
Split View
Show Diff Stats
5
1
tsconfig.json
+ 5
- 1
tsconfig.json
View File
@@ -22,5 +22,9 @@
"node",
"sinon"
]
- }
+ },
+ "exclude": [
+ "node_modules",
+ "test"
+ ]
}