feat: tsconfig 및 package.json 수정으로 타입 체크 및 빌드 설정 개선

This commit is contained in:
2025-12-28 16:32:43 +00:00
parent 54252dc6b4
commit f7d9d423fa
27 changed files with 138 additions and 49 deletions
-9
View File
@@ -4,15 +4,6 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"lib": ["ES2022"],
"baseUrl": ".",
"paths": {
"@sammo-ts/common": ["packages/common/src/index.ts"],
"@sammo-ts/common/*": ["packages/common/src/*"],
"@sammo-ts/infra": ["packages/infra/src/index.ts"],
"@sammo-ts/infra/*": ["packages/infra/src/*"],
"@sammo-ts/logic": ["packages/logic/src/index.ts"],
"@sammo-ts/logic/*": ["packages/logic/src/*"]
},
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,