Socket
Socket
Sign inDemoInstall

@assemble-inc/tsconfig

Package Overview
Dependencies
Maintainers
5
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.0 to 0.1.1

LICENSE.md

9

package.json
{
"name": "@assemble-inc/tsconfig",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"main": "tsconfig.json",
"description": "Assemble Boilerplate tsconfig",

@@ -9,8 +10,8 @@ "author": "Assemble Frontend Team <engineering@assembleinc.com> (https://assembleinc.com)",

"type": "git",
"url": "git+https://github.com/assembleinc/asm-ui.git"
"url": "git+https://github.com/assembleinc/asm-config.git"
},
"bugs": {
"url": "https://github.com/assembleinc/asm-ui/issues"
"url": "https://github.com/assembleinc/asm-config/issues"
},
"homepage": "https://github.com/assembleinc/asm-ui/blob/main/README.md",
"homepage": "https://github.com/assembleinc/asm-config/blob/main/README.md",
"publishConfig": {

@@ -17,0 +18,0 @@ "access": "public",

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

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

@@ -21,4 +26,8 @@ "declaration": true,

},
"include": ["../asm-core/src/declaration.d.ts"],
"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