계획 계약 명세서 정의 및 검증 기준 분석 #1

Open
forge-bot wants to merge 7 commits from forge/iss-6da9ba883259-attempt-1-run-99a8b746f8fa into main
Showing only changes of commit 9685202611 - Show all commits

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"]
}