You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@storm-software/tsconfig

Package Overview
Dependencies
Maintainers
2
Versions
346
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storm-software/tsconfig - npm Package Compare versions

Comparing version
0.47.86
to
0.48.0
+21
recommended.json
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Storm Software - Recommended TypeScript Config",
"extends": "@storm-software/tsconfig/base.json",
"compilerOptions": {
/* Base Options: */
"allowJs": true,
"isolatedModules": true,
"incremental": false,
"composite": false,
"verbatimModuleSyntax": true,
/* If transpiling with TypeScript: */
"sourceMap": true,
/* AND if you're building for a library: */
"declaration": true,
/* AND if you're building for a library in a monorepo: */
"declarationMap": true
},
"include": ["@storm-software/tsconfig/reset.d.ts"]
}
+48
-17
{
"name": "@storm-software/tsconfig",
"version": "0.47.86",
"description": "A comprehensive package containing shared TypeScript configuration files for various Storm Software projects.",
"version": "0.48.0",
"private": false,
"description": "A package containing shared TypeScript configuration files (tsconfig.json) used in Storm Software projects.",
"keywords": ["storm-ops", "storm-software", "typescript", "tsconfig"],
"homepage": "https://stormsoftware.com",
"bugs": {
"url": "https://stormsoftware.com/support",
"email": "support@stormsoftware.com"
},
"repository": {
"type": "github",
"url": "https://github.com/storm-software/storm-ops",
"url": "https://github.com/storm-software/storm-ops.git",
"directory": "packages/tsconfig"
},
"homepage": "https://stormsoftware.com",
"bugs": "https://github.com/storm-software/storm-ops/issues",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/storm-software"
},
"license": "Apache-2.0",
"author": {

@@ -17,17 +27,38 @@ "name": "Storm Software",

},
"license": "Apache-2.0",
"private": false,
"keywords": [
"monorepo",
"open-system",
"storm",
"storm-ops",
"storm-stack",
"stormstack",
"sullivanpj"
"maintainers": [
{
"name": "Storm Software",
"email": "contact@stormsoftware.com",
"url": "https://stormsoftware.com"
}
],
"dependencies": { "@total-typescript/ts-reset": "0.5.1" },
"contributors": [
{
"name": "Storm Software",
"email": "contact@stormsoftware.com",
"url": "https://stormsoftware.com"
}
],
"sideEffects": false,
"type": "module",
"exports": {
"./package.json": "./package.json",
"./reset.d.ts": "./reset.d.ts",
"./base.json": "./base.json",
"./recommended.json": "./recommended.json",
"./bun.json": "./bun.json",
"./app.json": "./app.json",
"./library.json": "./library.json",
"./dom-app.json": "./dom-app.json",
"./dom-library.json": "./dom-library.json",
"./next.json": "./next.json",
"./react-native.json": "./react-native.json",
"./react.json": "./react.json",
"./script.json": "./script.json"
},
"files": ["./*.json", "./reset.d.ts"],
"dependencies": { "@total-typescript/ts-reset": "^0.5.1" },
"devDependencies": { "@types/node": "^25.3.0" },
"publishConfig": { "access": "public" },
"gitHead": "e5271419c3b88f3e1c2ce80d3580064792ec2427"
"gitHead": "f154a8058c15526cb0a89bd0007a5d607eac1336"
}

@@ -30,3 +30,3 @@ <!-- START header -->

[![Version](https://img.shields.io/badge/version-0.47.83-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
[![Version](https://img.shields.io/badge/version-0.47.86-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)

@@ -33,0 +33,0 @@ <!-- prettier-ignore-start -->

{
"extends": "./base.json",
"extends": "@storm-software/tsconfig/base.json",
"$schema": "https://json.schemastore.org/tsconfig",

@@ -4,0 +4,0 @@ "display": "Storm Software - Script TypeScript Config",

Sorry, the diff of this file is too big to display

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Storm Software - Core TypeScript Config",
"extends": "./base.json",
"compilerOptions": {
/* Base Options: */
"allowJs": true,
"isolatedModules": true,
"incremental": false,
"composite": false,
"verbatimModuleSyntax": true,
/* If transpiling with TypeScript: */
"sourceMap": true,
/* AND if you're building for a library: */
"declaration": true,
/* AND if you're building for a library in a monorepo: */
"declarationMap": true
}
}
// packages/tsconfig/src/index.ts
var baseTsConfigJson = "./base.json";
var bunTsConfigJson = "./bun.json";
var nextTsConfigJson = "./next.json";
var reactTsConfigJson = "./react.json";
var reactNativeTsConfigJson = "./react-native.json";
var scriptTsConfigJson = "./script.json";
var appTsConfigJson = "./app.json";
var coreTsConfigJson = "./core.json";
var libraryTsConfigJson = "./library.json";
var domLibraryTsConfigJson = "./dom-library.json";
var domAppTsConfigJson = "./dom-app.json";
export {
appTsConfigJson,
baseTsConfigJson,
bunTsConfigJson,
coreTsConfigJson,
domAppTsConfigJson,
domLibraryTsConfigJson,
libraryTsConfigJson,
nextTsConfigJson,
reactNativeTsConfigJson,
reactTsConfigJson,
scriptTsConfigJson
};
export const baseTsConfigJson = "./base.json";
export const bunTsConfigJson = "./bun.json";
export const nextTsConfigJson = "./next.json";
export const reactTsConfigJson = "./react.json";
export const reactNativeTsConfigJson = "./react-native.json";
export const scriptTsConfigJson = "./script.json";
export const appTsConfigJson = "./app.json";
export const coreTsConfigJson = "./core.json";
export const libraryTsConfigJson = "./library.json";
export const domLibraryTsConfigJson = "./dom-library.json";
export const domAppTsConfigJson = "./dom-app.json";
{
"inputs": {
"packages/tsconfig/src/index.ts": {
"bytes": 558,
"imports": [],
"format": "esm"
}
},
"outputs": {
"dist/packages/tsconfig/index.js": {
"imports": [],
"exports": [
"appTsConfigJson",
"baseTsConfigJson",
"bunTsConfigJson",
"coreTsConfigJson",
"domAppTsConfigJson",
"domLibraryTsConfigJson",
"libraryTsConfigJson",
"nextTsConfigJson",
"reactNativeTsConfigJson",
"reactTsConfigJson",
"scriptTsConfigJson"
],
"entryPoint": "packages/tsconfig/src/index.ts",
"inputs": {
"packages/tsconfig/src/index.ts": {
"bytesInOutput": 459
}
},
"bytes": 743
}
}
}