Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@tsconfig/esm
Advanced tools
Add the package to your "devDependencies"
:
npm install --save-dev @tsconfig/esm
yarn add --dev @tsconfig/esm
Add to your tsconfig.json
:
"extends": "@tsconfig/esm/tsconfig.json"
The tsconfig.json
:
{
"_deprecated": true,
"$schema": "https://json.schemastore.org/tsconfig",
"display": "ESM",
"compilerOptions": {
"module": "es2022",
"moduleResolution": "bundler",
"verbatimModuleSyntax": true
}
}
You can find the code here.
FAQs
A base TSConfig for working with ESM.
The npm package @tsconfig/esm receives a total of 9,955 weekly downloads. As such, @tsconfig/esm popularity was classified as popular.
We found that @tsconfig/esm demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.