mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Adding a few more ignoreDeprecations
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"outDir": "./dist/",
|
||||
"jsx": "react",
|
||||
"moduleResolution": "Node",
|
||||
"ignoreDeprecations": "6.0",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"module": "es2020",
|
||||
"lib": [
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"baseUrl": ".",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"ignoreDeprecations": "6.0",
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noUnusedLocals": false,
|
||||
"outDir": "dist",
|
||||
|
||||
Reference in New Issue
Block a user