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

16 lines
220 B
JSON
Raw Normal View History

2016-02-19 18:26:28 +01:00
{
"extends": "../tsconfig.base.json",
2016-02-19 18:26:28 +01:00
"compilerOptions": {
"outDir": "./out",
"experimentalDecorators": true,
"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
]
}