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.2fda3cf.122 to 1.1.0-next.3b7f01d.144

./tsconfig.json

11

package.json
{
"name": "@eclipse-glsp/ts-config",
"version": "1.1.0-next.2fda3cf.122+2fda3cf",
"version": "1.1.0-next.3b7f01d.144+3b7f01d",
"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": "2fda3cf3b1e1c2dc1665f692efd5f50239b3da4b"
"gitHead": "3b7f01d088c3dc4048b5428b6660aafe9783dde9"
}

@@ -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": {

@@ -21,4 +22,4 @@ "skipLibCheck": true,

"resolveJsonModule": true,
"module": "commonjs",
"moduleResolution": "Node16",
"module": "CommonJS",
"moduleResolution": "Node",
"target": "ES2017",

@@ -28,4 +29,4 @@ "jsx": "react",

"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