mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
chore: src/svg.d.ts -> typings/svg.d.ts
More appropriate to be stored in the typings directory, as it is not a source file, but a type definition file for SVGs.
This commit is contained in:
4
typings/svg.d.ts
vendored
Normal file
4
typings/svg.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module '*.svg' {
|
||||
const src: string;
|
||||
export default src;
|
||||
}
|
||||
Reference in New Issue
Block a user