5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
|
declare module '*.yaml' {
|
||
|
const content: any
|
||
|
export default content
|
||
|
}
|