2018-07-30 18:59:52 -04:00
|
|
|
# Config files for testing and linting
|
|
|
|
.eslintrc.js
|
|
|
|
.travis.yml
|
|
|
|
|
2018-06-21 21:13:34 -04:00
|
|
|
# This is only needed for building dist and library files
|
|
|
|
gulpfile.js
|
2017-04-06 14:13:22 -04:00
|
|
|
|
2018-06-21 21:13:34 -04:00
|
|
|
# We do not need the TypeScipt source in deployments
|
2018-06-21 21:15:28 -04:00
|
|
|
tsconfig.json
|
2018-07-22 18:25:36 -04:00
|
|
|
src.ts/
|
2018-06-21 21:15:28 -04:00
|
|
|
|
2017-04-06 14:13:22 -04:00
|
|
|
# To run tests, checkout GitHub
|
|
|
|
tests/
|