
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@realbase/tsconfig
Advanced tools
RealBase 모노레포에서 공통으로 사용하는 TypeScript 설정 패키지입니다. 각 앱/패키지는 이 설정을 확장해 일관된 컴파일 옵션을 적용합니다.
pnpm add -D @realbase/tsconfig
프로젝트의 tsconfig.json
에서 확장하세요.
{
"extends": "@realbase/tsconfig/base.json",
"compilerOptions": {
"baseUrl": ".",
"paths": { "@/*": ["src/*"] }
},
"include": ["src", "next-env.d.ts"]
}
base.json
: RealBase 기본 TS 옵션noEmit: true
(트랜스파일은 Next.js 등 번들러가 담당)strictNullChecks
, noUncheckedIndexedAccess
incremental
, tsBuildInfoFile
등라이브러리에서 타입 선언만 배포해야 할 때:
{
"extends": "@realbase/tsconfig/base.json",
"compilerOptions": {
"noEmit": false,
"declaration": true,
"emitDeclarationOnly": true
}
}
MIT Licensed.
FAQs
A TypeScript configuration package for Realbase projects.
We found that @realbase/tsconfig demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.