Don't use .d.ts files

This commit is contained in:
Matthias 2020-08-30 16:18:05 +02:00
parent e306cf5608
commit 2de6592b03
6 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
export * from './auth.d';
export * from './blacklist.d';
export * from './chart.d';
export * from './daily.d';
export * from './types.d';
export * from './auth';
export * from './blacklist';
export * from './chart';
export * from './daily';
export * from './types';