InternalsPackages
@unbound/typescript-config
@unbound/typescript-config
Shared TypeScript base configuration for the Unbound monorepo.
Contents
tsconfig.base.jsonwith shared compiler options
Usage
{
"extends": "@unbound/typescript-config/tsconfig.base.json",
"compilerOptions": {
"outDir": "dist"
}
}