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 | 31 |
Tags
- entity
- 컴포넌튼
- 0.5px border
- 문서번호
- jwt
- Strict
- 1px border
- es6
- 전역변수
- ZOOM
- readonly
- 데이터베이스 #try #이중
- 당근마켓
- 타입스크립트
- Props
- TS
- literal
- 0.75px border
- angular
- TypeScript
- font-size
- Websocket
- 10px
- 클론코딩
- &연산
- 서버리스 #
- 0.25px border
- npm
- github
- ES5
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