mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Remove work around for TS not supporting paths on its own
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user