- Vercel Serverless Functions 기반 - TCP 포트 43 직접 연결로 모든 TLD 지원 - TLD별 WHOIS 서버 매핑 (~50개) - 리퍼럴 서버 자동 추적 - JSON 응답 (raw WHOIS 포함) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
303 B
JSON
15 lines
303 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "."
|
|
},
|
|
"include": ["api/**/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|