Skip to content
Snippets Groups Projects
Unverified Commit d7e6c9c1 authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Fix TypeScript warning about too many files (#486)

parent e22d9ade
No related branches found
No related tags found
No related merge requests found
...@@ -16,5 +16,5 @@ ...@@ -16,5 +16,5 @@
"moduleResolution": "Node", "moduleResolution": "Node",
"module": "ESNext" "module": "ESNext"
}, },
"exclude": ["node_modules", "build"] "exclude": ["**/node_modules/*", "**/build/*", "**/lib-dist/*"]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment