UNPKG

markuplint

Version:

A Linter for All Markup Languages.

35 lines (34 loc) 526 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "composite": true }, "references": [ { "path": "../@markuplint/file-resolver" }, { "path": "../@markuplint/ml-ast" }, { "path": "../@markuplint/ml-config" }, { "path": "../@markuplint/ml-core" }, { "path": "../@markuplint/ml-spec" }, { "path": "../@markuplint/rules" }, { "path": "../@markuplint/i18n" }, { "path": "../@markuplint/html-spec" } ], "include": ["./src/**/*"], "exclude": ["node_modules"] }