diff --git a/web/tsconfig.json b/web/tsconfig.json index 75221b93..2f31aa8c 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -19,12 +19,6 @@ "watchOptions": { "excludeDirectories": [".next"] }, - "include": [ - "next-env.d.ts", - "**/*.ts", - "**/*.tsx", - "../common/**/*.ts", - "../common/util/tiptap-tweet.tsx" - ], + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "../common/**/*.ts"], "exclude": ["node_modules"] }