vscode/extensions/markdown-math/tsconfig.json
2021-07-22 17:53:53 -07:00

11 lines
132 B
JSON

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