Skip to content

Commit

Permalink
Ignore old directory for typechecks
Browse files Browse the repository at this point in the history
  • Loading branch information
malte-laukoetter committed Dec 6, 2023
1 parent 2dc4c76 commit b0a9a1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"include": ["remix.env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["old"],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"isolatedModules": true,
Expand Down

0 comments on commit b0a9a1e

Please sign in to comment.