@1c2c/tsconfig
v0.1.2
Published
Shared TypeScript configurations for OneClickToControl LLC repos.
Maintainers
Readme
@1c2c/tsconfig
Shared TypeScript configurations for OneClickToControl LLC repos.
Install
pnpm add -D -w @1c2c/tsconfig typescriptUse
Library (NodeNext, declaration files)
{
"extends": "@1c2c/tsconfig/library.json",
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist"]
}Next.js app
{
"extends": "@1c2c/tsconfig/nextjs.json",
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
}Generic ESM project
{
"extends": "@1c2c/tsconfig/base.json",
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist"]
}Provenance
Published with npm provenance. Verify in your CI:
pnpm dlx audit-signatures || npm audit signaturesVersioning
Strict SemVer. Changesets-driven. Major bumps notified to consumers via automated issues (see docs/agents/ADOPTION.md for the analogous template policy).
