Skip to content

Commit

Permalink
fix: compile options
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jul 13, 2020
1 parent 82e95b9 commit 5eaad21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ dist
.cache
.rpt2_cache
*.log
public
public
.next
2 changes: 1 addition & 1 deletion integrations/gatsby-theme-stories/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/**"]
}

0 comments on commit 5eaad21

Please sign in to comment.