mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-17 23:29:03 +02:00
9 lines
113 B
JSON
9 lines
113 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"outDir": "unused"
|
|
},
|
|
"include": [
|
|
"../lib/*.js"
|
|
]
|
|
}
|