mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 03:25:15 +00:00
Don't use .d.ts files
This commit is contained in:
parent
e306cf5608
commit
2de6592b03
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue
Block a user