diff --git a/tsconfig.json b/tsconfig.json index da0ba0890..812ccf245 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,6 +30,5 @@ } ], "exclude": ["node_modules", "dist", "*.d.ts"], - "typeRoots": ["@types/@thoth"], - "include": ["src"] + "typeRoots": ["@types/@thoth"] }