
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@tsconfig/deno
Advanced tools
Add the package to your "devDependencies":
npm install --save-dev @tsconfig/deno
yarn add --dev @tsconfig/deno
Add to your tsconfig.json:
"extends": "@tsconfig/deno/tsconfig.json"
The tsconfig.json:
{
// This is based on https://deno.land/manual/getting_started/typescript#custom-typescript-compiler-options
// then the defaults are removed.
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"jsx": "react",
"lib": [],
"resolveJsonModule": true,
"strict": true
}
}
You can find the code here.
FAQs
A base TSConfig for working with Deno.
The npm package @tsconfig/deno receives a total of 40 weekly downloads. As such, @tsconfig/deno popularity was classified as not popular.
We found that @tsconfig/deno demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.