vscode/extensions/markdown-language-features/tsconfig.json
2018-10-01 16:41:19 -07:00

15 lines
208 B
JSON

{
"extends": "../shared.tsconfig.json",
"compilerOptions": {
"outDir": "./out",
"experimentalDecorators": true,
"lib": [
"es6",
"es2015.promise",
"dom"
]
},
"include": [
"src/**/*"
]
}