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 5.0.1 to 5.0.2

2

package.json
{
"name": "typescript-config-silverwind",
"version": "5.0.1",
"version": "5.0.2",
"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": [

@@ -17,6 +14,4 @@ "**/*",

"**/ui/build/**",
"**/vendor/**",
],
"compilerOptions": {
// environment
"target": "esnext",

@@ -26,10 +21,3 @@ "module": "nodenext",

"moduleDetection": "force",
"lib": [
"dom",
"dom.iterable",
"dom.asynciterable",
"esnext",
],
// build
"lib": ["dom", "dom.iterable", "dom.asynciterable", "esnext"],
"allowImportingTsExtensions": true,

@@ -47,4 +35,2 @@ "allowJs": true,

"stripInternal": true,
// lint
"strict": false,

@@ -51,0 +37,0 @@ "noUnusedLocals": 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