Moved tests and updated Set

This commit is contained in:
bradyn
2020-11-17 08:12:12 -06:00
parent 8af4c85a55
commit 668c6740e7
5 changed files with 12 additions and 7 deletions

View File

@ -6,9 +6,13 @@
"outDir": "./dist",
"sourceMap": true,
"experimentalDecorators": true,
"lib": ["ES2015"]
"lib": ["ES6"]
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules",
"coverage"
]
}