Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@assemble-inc/tsconfig

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assemble-inc/tsconfig - npm Package Compare versions

Comparing version 0.1.1 to 0.1.4

2

package.json
{
"name": "@assemble-inc/tsconfig",
"version": "0.1.1",
"version": "0.1.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "tsconfig.json",

@@ -6,8 +6,3 @@ {

"target": "es5",
"lib": [
"es6",
"dom",
"es2016",
"es2017"
],
"lib": ["es6", "dom", "es2016", "es2017"],
"jsx": "react-jsx",

@@ -23,11 +18,5 @@ "declaration": true,

"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"allowSyntheticDefaultImports": true
},
"exclude": [
"*/node_modules",
"node_modules",
"dist",
"**/*.stories.*"
]
"exclude": ["*/node_modules", "node_modules", "dist", "**/*.stories.*"]
}
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