@paybilldev/tsconfig
v1.0.0-beta.1
Published
Base tsconfig for paybill ts project
Readme
Paybill builds foundational platforms for modern SaaS systems and safe AI-driven applications.
We focus on control, predictability, and security — enabling platforms and agents to operate within clearly defined boundaries rather than unchecked automation.
@paybilldev/tsconfig
Base tsconfig file for paybill project
Install
npm i --save-dev @paybilldev/tsconfigUsage
// tsconfig.json
{
"extends": "@paybilldev/tsconfig",
// custom config
"compilerOptions": {
// override @paybilldev/tsconfig options here
}
}