diff --git a/tsconfig.build.json b/tsconfig.build.json index 2a21c28..45c5957 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,4 +1,4 @@ { "extends": "./tsconfig", - "exclude": ["example"] + "exclude": ["./src/simpleWebEditor","./website", "./example/src/Examples/Advanced/Editor", "./src/webEditorUtils", "example"] }