Skip to content

Commit

Permalink
Ignore docs directory in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Aug 29, 2023
1 parent 520a06f commit f713993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"skipLibCheck": true,
"incremental": true
},
"exclude": ["**/node_modules/*", "**/dist/*", ".github/actions/**/index.js"],
"exclude": ["**/node_modules/*", "**/dist/*", ".github/actions/**/index.js", "**/docs/*"],
"include": ["src", "desktop", "web", "docs", "assets", "config", "tests", "jest", "__mocks__", ".github/**/*", ".storybook/**/*"]
}

0 comments on commit f713993

Please sign in to comment.