diff --git a/tsconfig.build-schema.json b/tsconfig.build-schema.json index f3f762f5a..595a0c703 100644 --- a/tsconfig.build-schema.json +++ b/tsconfig.build-schema.json @@ -7,5 +7,8 @@ "noEmit": false, "allowJs": true, "checkJs": false, - } + }, + "exclude": [ + "src/test/**/*", + ] }