계획 계약 명세서 정의 및 검증 기준 분석 (iss-6da9ba883259)
Some checks failed
ci / test (pull_request) Failing after 5s

This commit is contained in:
forge-bot 2026-07-14 10:14:20 +00:00
parent b44d73c9e7
commit 9685202611

View file

@ -0,0 +1,18 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"lib": ["ES2020"],
"outDir": "./dist",
"rootDir": "./",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true
},
"include": ["*.ts"],
"exclude": ["node_modules", "dist"]
}