mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 19:04:46 +00:00
@robonen/tsconfig
Shared base TypeScript configuration.
Install
pnpm install -D @robonen/tsconfig
Usage
Extend from it in your tsconfig.json:
{
"extends": "@robonen/tsconfig/tsconfig.json"
}
What's Included
- Target / Module: ESNext with Bundler resolution
- Strict mode:
strict,noUncheckedIndexedAccess - Module safety:
verbatimModuleSyntax,isolatedModules - Declarations:
declarationenabled - Interop:
esModuleInterop,allowJs,resolveJsonModule