diff --git a/components/flow/Header.vue b/components/flow/Header.vue index 9bbac60..7947714 100644 --- a/components/flow/Header.vue +++ b/components/flow/Header.vue @@ -3,7 +3,7 @@ interface Props { url?: string | null title: string id: string - space: boolean + space?: boolean } const props = defineProps() diff --git a/tsconfig.json b/tsconfig.json index 947f6b6..fc7c659 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,8 @@ { // https://nuxt.com/docs/guide/concepts/typescript - "extends": "./.nuxt/tsconfig.json" -} + "extends": "./.nuxt/tsconfig.json", + "exclude": [ + "node_modules", + "components/ui" + ] +} \ No newline at end of file