diff --git a/tsconfig.json b/tsconfig.json index c17f65c..41ebcd8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "isolatedModules": true }, "include": ["src"], - "exclude": ["node_modules"], + "exclude": [], "typedocOptions": { "entryPoints": ["./src/Layout.ts"], "out": "docs",