mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +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,11 +3,9 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "./out",
|
||||
"esModuleInterop": true,
|
||||
"experimentalDecorators": true,
|
||||
"types": [
|
||||
"node"
|
||||
],
|
||||
|
||||
// Needed to suppress warnings in upstream completions
|
||||
"noImplicitReturns": false,
|
||||
"noUnusedParameters": false
|
||||
|
||||
Reference in New Issue
Block a user