From 5eaad21062a67a4cd83a4da63411e54febbf8109 Mon Sep 17 00:00:00 2001 From: atanasster Date: Mon, 13 Jul 2020 17:30:45 -0400 Subject: [PATCH] fix: compile options --- .gitignore | 3 ++- integrations/gatsby-theme-stories/tsconfig.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7662b843c..6d0de8319 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ dist .cache .rpt2_cache *.log -public \ No newline at end of file +public +.next \ No newline at end of file diff --git a/integrations/gatsby-theme-stories/tsconfig.json b/integrations/gatsby-theme-stories/tsconfig.json index a4defe9cc..13309c708 100644 --- a/integrations/gatsby-theme-stories/tsconfig.json +++ b/integrations/gatsby-theme-stories/tsconfig.json @@ -10,6 +10,6 @@ "baseUrl": "./", "typeRoots": ["../../node_modules/@types", "node_modules/@types"] }, - "include": ["src/**/*", "../../ui/components/src/Sidebar/Sidebox.tsx"], + "include": ["src/**/*"], "exclude": ["node_modules/**"] } \ No newline at end of file