mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-29 22:24:31 +02:00
refactor: make type only files have .d.ts
extension
This commit is contained in:
parent
691999bbbc
commit
d75aa72f28
@ -1,4 +1,4 @@
|
||||
import type * as Models from './models';
|
||||
import type * as Models from '$api/models';
|
||||
|
||||
export interface AnnouncementsApi {
|
||||
getAnnouncements(
|
0
src/lib/types.ts → src/lib/types.d.ts
vendored
0
src/lib/types.ts → src/lib/types.d.ts
vendored
@ -10,7 +10,7 @@ const config = {
|
||||
$components: './src/lib/components',
|
||||
$api: './src/lib/api',
|
||||
$lib: './src/lib',
|
||||
$types: './src/lib/types.ts'
|
||||
$types: './src/lib/types.d.ts'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user