markdownlint/demo/tsconfig.json

9 lines
113 B
JSON

{
"compilerOptions": {
"allowJs": true,
"outDir": "unused"
},
"include": [
"../lib/*.js"
]
}