markdownlint/demo/tsconfig.json

9 lines
120 B
JSON

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