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

typescript-config-silverwind

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-config-silverwind - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

2

package.json
{
"name": "typescript-config-silverwind",
"version": "2.0.1",
"version": "2.1.0",
"description": "Typescript configuration",

@@ -5,0 +5,0 @@ "author": "silverwind <me@silverwind.io>",

{
// Use ${configDir} after below are released
// https://github.com/microsoft/TypeScript/issues/57485
// https://github.com/typescript-eslint/typescript-eslint/issues/8992
"include": [

@@ -15,6 +18,6 @@ "**/*",

"target": "es2022", // node 18
"module": "node16", // alias to nodenext
"moduleResolution": "node16", // alias to nodenext
"module": "node16",
"moduleResolution": "node16",
"moduleDetection": "force",
"lib": ["DOM", "DOM.Iterable", "ES2023", "ESNext", "WebWorker"],
"lib": ["DOM", "DOM.Iterable", "ESNext", "WebWorker"],

@@ -38,3 +41,4 @@ // build

"noUnusedParameters": true,
"noPropertyAccessFromIndexSignature": true,
}
}
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