Skip to content

Commit

Permalink
๐Ÿ”ง Add: tsconfig ์ˆ˜์ • ๋ฐ gitignore ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
myoungjinGo-FE committed Nov 18, 2024
1 parent 1e5325c commit a3e9b25
Show file tree
Hide file tree
Showing 3 changed files with 2,195 additions and 21 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ dist-ssr
*.njsproj
*.sln
*.sw?

# yarn ๊ด€๋ จ ignore ์ถ”๊ฐ€
tsconfig.tsbuildinfo
install-state.gz
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"jsx": "react-jsx", // React 17 ์ด์ƒ์˜ JSX ๋ณ€ํ™˜์„ ์‚ฌ์šฉํ•  ๊ฒฝ์šฐ
"strict": true, // ์„ ํƒ์ , ๋” ์—„๊ฒฉํ•œ ํƒ€์ž… ๊ฒ€์‚ฌ๋ฅผ ํ™œ์„ฑํ™”
"esModuleInterop": true, // ES ๋ชจ๋“ˆ๊ณผ์˜ ํ˜ธํ™˜์„ฑ
"skipLibCheck": true // ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ํƒ€์ž… ์ฒดํฌ ๊ฑด๋„ˆ๋›ฐ๊ธฐ
"skipLibCheck": true, // ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ํƒ€์ž… ์ฒดํฌ ๊ฑด๋„ˆ๋›ฐ๊ธฐ
"noEmit": true // .js ํŒŒ์ผ ์ƒ์„ฑ ๋ฐฉ์ง€
}
}
Loading

0 comments on commit a3e9b25

Please sign in to comment.