enables typescript intellisense in buildConfig

This commit is contained in:
James
2020-11-21 13:53:54 -05:00
parent 16d0289c36
commit 3e9ad427ec
12 changed files with 52 additions and 20 deletions

View File

@@ -1,3 +1,5 @@
import { Access, Hook } from '../../config/types';
import { Field } from '../../fields/config/types';
export type Collection = {
slug: string;