vscode/extensions/typescript-language-features/tsconfig.json

18 lines
336 B
JSON
Raw Normal View History

2016-02-19 18:26:28 +01:00
{
"extends": "../shared.tsconfig.json",
2016-02-19 18:26:28 +01:00
"compilerOptions": {
"outDir": "./out",
"experimentalDecorators": true,
// https://github.com/microsoft/TypeScript/issues/31869#issuecomment-515167432
"baseUrl": "src/\u0000",
"paths": {
"vscode": [
"../../../../src/vs/vscode.d.ts"
]
}
2016-02-19 18:26:28 +01:00
},
"include": [
"src/**/*"
2016-02-19 18:26:28 +01:00
]
}