mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-08-03 09:31:52 +00:00
Simplify package.json build and start scripts
Move reading readme and versions out of package.json
This commit is contained in:
5
src/imports.d.ts
vendored
5
src/imports.d.ts
vendored
@@ -1,2 +1,7 @@
|
||||
declare module '*.jpg';
|
||||
declare module '*.png';
|
||||
declare module '*?raw' {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user