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

@preco21/tsconfig

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@preco21/tsconfig - npm Package Compare versions

Comparing version 6.0.0 to 7.0.0

14

package.json
{
"name": "@preco21/tsconfig",
"version": "6.0.0",
"version": "7.0.0",
"description": "Shared TypeScript config for @preco21",

@@ -14,7 +14,2 @@ "author": "Preco Plusb <plusb21@gmail.com>",

],
"license": "MIT",
"homepage": "https://github.com/preco21/tsconfig#readme",
"repository": "preco21/tsconfig",
"bugs": "https://github.com/preco21/tsconfig/issues",
"sideEffects": false,
"keywords": [

@@ -28,3 +23,8 @@ "tsconfig",

"preco21"
]
],
"license": "MIT",
"homepage": "https://github.com/preco21/tsconfig#readme",
"repository": "preco21/tsconfig",
"bugs": "https://github.com/preco21/tsconfig/issues",
"sideEffects": false
}

@@ -11,3 +11,3 @@ # tsconfig

*This config requires TypeScript 4.7 or later.*
*This config requires TypeScript 5.5 or later.*

@@ -21,5 +21,2 @@ ## Usage

"extends": "@preco21/tsconfig",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src/**/*"],

@@ -35,4 +32,3 @@ "exclude": ["node_modules"]

"extends": "@preco21/tsconfig/node",
"compilerOptions": {
"outDir": "dist",
"compilerOptions": {
"declaration": false,

@@ -39,0 +35,0 @@ "incremental": true

{
"compilerOptions": {
"outDir": "${configDir}/dist",
"module": "ESNext",
"moduleResolution": "Node",
"moduleDetection": "force",
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Node",
"esModuleInterop": true,
"resolveJsonModule": true,
"verbatimModuleSyntax": true,

@@ -10,0 +14,0 @@ "declaration": 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