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

@tsconfig/esm

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsconfig/esm - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

16

package.json

@@ -1,1 +0,15 @@

{"name":"@tsconfig/esm","repository":{"type":"git","url":"https://github.com/tsconfig/bases.git","directory":"bases"},"license":"MIT","description":"A base TSConfig for working with ESM.","keywords":["tsconfig","esm"],"version":"1.0.2"}
{
"name": "@tsconfig/esm",
"repository": {
"type": "git",
"url": "https://github.com/tsconfig/bases.git",
"directory": "bases"
},
"license": "MIT",
"description": "A base TSConfig for working with ESM.",
"keywords": [
"tsconfig",
"esm"
],
"version": "1.0.3"
}

4

README.md

@@ -26,3 +26,5 @@ ### A base TSConfig for working with ESM.

"compilerOptions": {
"module": "es2022"
"module": "es2022",
"verbatimModuleSyntax": true
}

@@ -29,0 +31,0 @@ }

@@ -6,4 +6,6 @@ {

"compilerOptions": {
"module": "es2022"
"module": "es2022",
"verbatimModuleSyntax": 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