mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-31 13:08:49 +01:00
9 lines
113 B
JSON
9 lines
113 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"outDir": "unused"
|
|
},
|
|
"include": [
|
|
"../lib/*.js"
|
|
]
|
|
}
|