Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Websocket
- 서버리스 #
- literal
- 0.5px border
- &연산
- 컴포넌튼
- github
- TS
- jwt
- angular
- ZOOM
- font-size
- TypeScript
- readonly
- 0.25px border
- 전역변수
- entity
- 데이터베이스 #try #이중
- es6
- ES5
- npm
- 문서번호
- Strict
- 당근마켓
- 1px border
- 클론코딩
- 타입스크립트
- 10px
- Props
- 0.75px border
Archives
- Today
- Total
목록타입스크립트 (1)
복잡한뇌구조마냥

0. tsconfig.json { "compilerOptions": { "target": "es5", // 'es3', 'es5', 'es2015', 'es2016', 'es2017','es2018', 'esnext' 가능 "module": "commonjs", //무슨 import 문법 쓸건지 'commonjs', 'amd', 'es2015', 'esnext' "allowJs": true, // js 파일들 ts에서 import해서 쓸 수 있는지 "checkJs": true, // 일반 js 파일에서도 에러체크 여부 "jsx": "preserve", // tsx 파일을 jsx로 어떻게 컴파일할 것인지 'preserve', 'react-native', 'react' "declaration": true, ..
웹 개발 공부
2022. 11. 27. 20:22