@securedatasystems/tsconfig
v1.0.0
Published
> 🔐 Official TypeScript configuration for SecureDataSystems projects
Readme
@securedatasystems/tsconfig
🔐 Official TypeScript configuration for SecureDataSystems projects
This package provides a shareable tsconfig.json base configuration to standardize TypeScript settings across all SecureDataSystems projects.
✅ Features
- Modern ECMAScript target (
ES2020) - Strict type-checking enabled
- Module resolution optimized for Node.js
- Works great with JavaScript, TypeScript, and monorepos
- Minimal override points for flexibility
📦 Installation
Using npm:
npm add -D typescript @securedatasystems/tsconfig