Skip to content

Commit

Permalink
Ignore future d.ts files from TS build (#9299)
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Apr 23, 2024
1 parent b4ad93c commit eb665b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sweet-falcons-relax.md
@@ -0,0 +1,5 @@
---
"@remix-run/react": patch
---

Ignore future/\*.d.ts files from TS build
2 changes: 1 addition & 1 deletion packages/remix-react/tsconfig.json
@@ -1,6 +1,6 @@
{
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["dist", "__tests__", "node_modules"],
"exclude": ["future/*.d.ts", "dist", "__tests__", "node_modules"],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"target": "ES2022",
Expand Down

0 comments on commit eb665b5

Please sign in to comment.