@xonovex/ts-config-base
v0.1.19
Published
Base TypeScript configuration for Xonovex projects
Readme
@xonovex/ts-config-base
Base TypeScript configuration for Xonovex projects.
Installation
npm install -D @xonovex/ts-config-baseUsage
Extend in your tsconfig.json:
{
"extends": "@xonovex/ts-config-base"
}Configuration
Provides strict TypeScript settings:
strict: truenoUncheckedIndexedAccess: trueexactOptionalPropertyTypes: true- ES2022 target
- ESM module resolution
License
MIT
