diff --git a/tsconfig.json b/tsconfig.json index cf5a0192..98247dd3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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": {