Silence VSCode

This commit is contained in:
Ketchetwahmeegwun T. Southall 2022-01-29 16:30:07 -08:00
parent 59bf4a89ab
commit 9c1f83c8b9

4
Engine/src/custom.d.ts vendored Normal file
View File

@ -0,0 +1,4 @@
declare module '*.yaml' {
const content: any
export default content
}