Skip to content

Commit

Permalink
ignore registry directories
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed May 13, 2024
1 parent d07d9f4 commit bc33d55
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@
"strict": true,
"target": "es2020"
},
"exclude": ["node_modules"],
"include": [
"next-env.d.ts",
".next/types/**/*.ts",
"env.d.ts",
"window.d.ts",
"**/*.ts",
"**/*.tsx"
]
"exclude": ["node_modules", "chain-registry", "initia-registry"],
"include": ["next-env.d.ts", ".next/types/**/*.ts", "env.d.ts", "window.d.ts", "**/*.ts", "**/*.tsx"]
}

0 comments on commit bc33d55

Please sign in to comment.