New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eclipse-glsp/ts-config

Package Overview
Dependencies
Maintainers
6
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-glsp/ts-config - npm Package Compare versions

Comparing version 1.1.0-next.7026c40.129 to 1.1.0-next.73d6685.138

./tsconfig.json

11

package.json
{
"name": "@eclipse-glsp/ts-config",
"version": "1.1.0-next.7026c40.129+7026c40",
"version": "1.1.0-next.73d6685.138+73d6685",
"description": "Shared Typescript configuration for GLSP projects",

@@ -27,8 +27,9 @@ "keywords": [

],
"main": "tsconfig.json",
"main": "./tsconfig.json",
"files": [
"tsconfig.json"
"tsconfig.json",
"mocha.json"
],
"peerDependencies": {
"typescript": ">=4.9.3"
"typescript": ">=4.9.x"
},

@@ -38,3 +39,3 @@ "publishConfig": {

},
"gitHead": "7026c40d0dafe0b03a94bf0813612de8179cef54"
"gitHead": "73d668576408ca2532556520a2b9426b634480dc"
}

@@ -17,3 +17,3 @@ # Eclipse GLSP - Shared Typescript configuration

{
"extends": "@eclipse-glsp/ts-config/tsconfig.json",
"extends": "@eclipse-glsp/ts-config",
"compilerOptions": {

@@ -26,2 +26,6 @@ "rootDir": "src",

In addition, a custom configuration for projects that use `mocha` is available:
- `@eclipse-glsp/ts-config/mocha`
## More information

@@ -28,0 +32,0 @@

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {

@@ -27,4 +28,4 @@ "skipLibCheck": true,

"sourceMap": true,
"types": ["node", "mocha", "reflect-metadata"]
"types": ["node", "reflect-metadata"]
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc