mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
plugin.ts: Adjust to implement pluginapi.d.ts correctly
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
"tsBuildInfoFile": "./.cache/tsbuildinfo",
|
||||
"incremental": true,
|
||||
"rootDir": "./src",
|
||||
"typeRoots": ["./node_modules/@types", "./typings"]
|
||||
"typeRoots": ["./node_modules/@types", "./typings"],
|
||||
"downlevelIteration": true
|
||||
},
|
||||
"include": ["./src/**/*.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user