mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
Include server-main.js in main TS project (#168375)
* Include server-main.js in main TS project Fixes #167055 This fixes a conflict in the `@types/node` types in this file * Fixing a few more type errors * Fix typing of `onLoad`
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
"removeComments": false,
|
||||
"preserveConstEnums": true,
|
||||
"sourceMap": false,
|
||||
"allowJs": true,
|
||||
"resolveJsonModule": true,
|
||||
"outDir": "../out/vs",
|
||||
"target": "es2021",
|
||||
"types": [
|
||||
@@ -23,8 +25,11 @@
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"./bootstrap.js",
|
||||
"./bootstrap-amd.js",
|
||||
"./server-main.js",
|
||||
"./typings",
|
||||
"./vs",
|
||||
"./vs/**/*.ts",
|
||||
"vscode-dts/vscode.proposed.*.d.ts",
|
||||
"vscode-dts/vscode.d.ts"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user