vscode/extensions/markdown-language-features/preview-src/tsconfig.json
2019-09-09 10:20:56 -07:00

7 lines
111 B
JSON

{
"extends": "../../shared.tsconfig.json",
"compilerOptions": {
"outDir": "./dist/",
"jsx": "react"
}
}