mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-30 20:48:48 +01:00
10 lines
137 B
JSON
10 lines
137 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"outDir": "unused",
|
|
"target": "es2015"
|
|
},
|
|
"include": [
|
|
"../lib/*.js"
|
|
]
|
|
}
|