vscode/extensions/git-ui/tsconfig.json
2019-06-04 16:14:34 +02:00

13 lines
201 B
JSON

{
"extends": "../shared.tsconfig.json",
"compilerOptions": {
"outDir": "./out",
"experimentalDecorators": true,
"typeRoots": [
"./node_modules/@types"
]
},
"include": [
"src/**/*"
]
}