Type error and other fixes

This commit is contained in:
2022-04-23 20:35:53 -04:00
parent 60ed3b289d
commit 79068f24ee
8 changed files with 139 additions and 99 deletions

4
shims.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module '*.yaml' {
const record: Record<string, any>;
export default record;
}