diff --git a/tsconfig.json b/tsconfig.json index 3ee7a6c6e..2b9ed531f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,5 @@ { - "extends": "./tsconfig.base.json" + "extends": "./tsconfig.base.json", + "include": [], + "exclude": ["docs/**"] }