vscode/extensions/typescript-language-features/tsconfig.json
2021-07-22 17:53:53 -07:00

17 lines
241 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"experimentalDecorators": true,
"types": ["node"],
"paths": {
"vscode": [
"../../src/vs/vscode.d.ts"
]
}
},
"include": [
"src/**/*"
]
}