mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
chore: add module declaration for web asset imports
This commit is contained in:
@@ -7,3 +7,8 @@ export interface EmbeddedWebAsset {
|
||||
}
|
||||
|
||||
export const embeddedAssets: EmbeddedWebAsset[];
|
||||
|
||||
declare module '*web/dist/*' {
|
||||
const sourcePath: string;
|
||||
export default sourcePath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user