vscode/extensions/markdown-language-features/tsconfig.json

10 lines
117 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out"
},
"include": [
"src/**/*"
]
}