diff --git a/aio/tsconfig.json b/aio/tsconfig.json index a35a8ee3a4..0589978077 100644 --- a/aio/tsconfig.json +++ b/aio/tsconfig.json @@ -16,5 +16,12 @@ "es2016", "dom" ] - } + }, + "exclude": [ + "content", + "tools", + "aio-builds-setup", + "node_modules", + "scripts" + ] }