feat: tsconfig 설정 개선 및 경로 추가

This commit is contained in:
2025-12-28 12:37:49 +00:00
parent fa22562bb1
commit 4cab4d55c5
15 changed files with 104 additions and 9 deletions
+2 -1
View File
@@ -12,7 +12,7 @@
}
},
"scripts": {
"build": "tsc -p tsconfig.json",
"build": "tsc -b tsconfig.build.json",
"dev": "node -e \"console.log('dev not configured')\"",
"lint": "node -e \"console.log('lint not configured')\"",
"test": "vitest run --config vitest.config.ts"
@@ -21,6 +21,7 @@
"@sammo-ts/common": "workspace:*"
},
"devDependencies": {
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^4.0.16"
}
}