hyungyunlim_obsidian-naver-.../tsconfig.json
hyungyunlim 0390c61401 refactor: 리포지토리 구조 개선 및 플러그인 파일 루트로 이동
- 플러그인 핵심 파일들을 루트 디렉터리로 이동
- 한글 README.md를 루트에 배치하여 GitHub 표시 개선
- .gitignore 업데이트로 불필요한 파일들 제외
- 모듈러 아키텍처 유지 (src/, lang/ 폴더)
- 레거시 파일들을 .gitignore로 관리

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-21 10:33:23 +09:00

20 lines
No EOL
336 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
"target": "ES6",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "node",
"importHelpers": true,
"lib": [
"DOM",
"ES6"
]
},
"include": [
"**/*.ts"
]
}