diff --git a/tsconfig.json b/tsconfig.json index 831acd5d..a237676f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -33,9 +33,8 @@ { "transform": "typescript-transform-paths", "afterDeclarations": true } ] }, - "include": ["src"], + "include": ["src", "examples"], "exclude": [ - "examples", "node_modules", "build", "dist",