mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Don't use experimental decorators in extensions
Seeing if we can compile our extensions using TS native which doesn't support these. The usage is so low that I think we can just remove them
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "./out",
|
||||
"esModuleInterop": true,
|
||||
"experimentalDecorators": true,
|
||||
"types": [
|
||||
"node"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user