Remove work around for TS not supporting paths on its own

This commit is contained in:
Matt Bierner 2020-12-09 17:52:13 -08:00
parent 71fad5aa41
commit e6a13fb134

View file

@ -3,11 +3,9 @@
"compilerOptions": {
"outDir": "./out",
"experimentalDecorators": true,
// https://github.com/microsoft/TypeScript/issues/31869#issuecomment-515167432
"baseUrl": "src/\u0000",
"paths": {
"vscode": [
"../../../../src/vs/vscode.d.ts"
"../../src/vs/vscode.d.ts"
]
}
},