feat: tsconfig 및 package.json 수정으로 타입 체크 및 빌드 설정 개선
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user