diff options
author | Matthew Miller <matthew@millerti.me> | 2020-11-18 07:36:38 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-18 07:36:38 -0800 |
commit | 553d5ea9956092b5efabc8bab045d9fc74d456d2 (patch) | |
tree | ada4e31450bd0eb16b8697a1ffd68279aad31d9d | |
parent | 0f0a2d9b85ca549f3ebcb8cc4678085779dbf92c (diff) | |
parent | e7e9d34c3aa7cd92728be13bbea527780e524976 (diff) |
Merge pull request #74 from MasterKale/bugfix/fix-docs-netlify-deploy
bugfix/fix-docs-netlify-deploy
-rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index bb09e7f..74577db 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ }, "exclude": [ "node_modules", + "example", "**/*.test.ts", "**/setupTests.ts", "**/__mocks__/*", |