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

@codecompose/typescript-config

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codecompose/typescript-config - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

nextjs.json

@@ -8,5 +8,7 @@ {

"lib": ["dom", "dom.iterable", "esnext"],
"noEmit": true
"noEmit": true,
"incremental": true // because nextjs adds this automatically otherwise
},
"include": ["${configDir}/src", "${configDir}/next-env.d.ts"]
"include": ["${configDir}/src", "${configDir}/next-env.d.ts"],
"exclude": ["node_modules"] // because nextjs adds this automatically otherwise
}
{
"name": "@codecompose/typescript-config",
"description": "Opinionated reusable TypeScript configurations",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "Thijs Koerselman",

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