spiegel-keyman/resources/tools/check-markdown/tsconfig.json
Marc Durdin 640d3e5096 test(developer): add markdown link check test for product documentation
Adds check-markdown package that parses .md files, looks for links and
images, and verifies that they are valid links (for internal links).
2024-09-25 15:51:32 -07:00

9 lines
142 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": "./",
"outDir": "./build/",
"rootDir": "src/",
},
}