Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
remove ts config change
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfromstl committed Jun 28, 2024
1 parent 3b21966 commit 6b71dcf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@
"@doc": ["./src/components/Document"]
}
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"src/app/connect/ecosystem-wallet/managing-ecosystem-permissions/page.mdx"
],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"],
"ts-node": {
"compilerOptions": {
Expand Down

0 comments on commit 6b71dcf

Please sign in to comment.