mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
Adds check-markdown package that parses .md files, looks for links and images, and verifies that they are valid links (for internal links).
9 lines
142 B
JSON
9 lines
142 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./build/",
|
|
"rootDir": "src/",
|
|
},
|
|
}
|