diff --git a/.changeset/flat-pans-shout.md b/.changeset/flat-pans-shout.md new file mode 100644 index 00000000..66be8d2b --- /dev/null +++ b/.changeset/flat-pans-shout.md @@ -0,0 +1,5 @@ +--- +"markuplint-angular-rules": patch +--- + +fix(markuplint-angular-rules): fix build diff --git a/tsconfig.json b/tsconfig.json index 62ef473e..494644f7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,9 @@ "references": [ { "path": "packages/angular-parser" + }, + { + "path": "packages/angular-rules" } ] }