Use typescript standard and lint all files

This commit is contained in:
Chocobozzz 2017-06-16 14:32:15 +02:00
parent 46757b477c
commit df98563e21
143 changed files with 2016 additions and 1949 deletions

View file

@ -1,3 +1,3 @@
export * from './static';
export * from './client';
export * from './api';
export * from './static'
export * from './client'
export * from './api'