diff --git a/features/seo/frontend-admin/tsconfig.json b/features/seo/frontend-admin/tsconfig.json index 83f28ac68..43fbe99ec 100755 --- a/features/seo/frontend-admin/tsconfig.json +++ b/features/seo/frontend-admin/tsconfig.json @@ -33,6 +33,12 @@ "include": [ "src" ], + "exclude": [ + "**/*.spec.ts", + "**/*.spec.tsx", + "**/*.test.ts", + "**/*.test.tsx" + ], "references": [ { "path": "./tsconfig.node.json"