skipperllax-typescript-config
v1.1.1
Published
Shared TypeScript configurations for AKESCO projects
Maintainers
Readme
skipperllax-typescript-config
Shared TypeScript configurations for AKESCO projects.
Installation
npm install --save-dev skipperllax-typescript-config typescriptUsage
For Web/Node.js projects
Create tsconfig.json:
{
"extends": "skipperllax-typescript-config/base"
}For React Native projects
Create tsconfig.json:
{
"extends": "skipperllax-typescript-config/react-native"
}What's included
Base Configuration
- Modern ES2022 target
- Strict type checking
- Module resolution for Node.js
- Source map generation
- Declaration file generation
React Native Configuration
- All base settings
- JSX support
- React Native specific module resolution
- Mobile-optimized compiler options
License
MIT
