티스토리 뷰
출처 : https://mwoo526.tistory.com/2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"compilerOptions": {
"target": "es6", //빌드 결과물을 es6 방식을 한다는 뜻
"module": "commonjs", // 빌과의 모듈 방식을 commonjs 방식을 한다는 뜻
"moduleResolution": "node",//모듈 해석 방식은 node 처럼 한다는 뜻
"sourceMap": true, // .map.js 파일도 함께 생성한다는 뜻
"emitDecoratorMetadata": true, /* Enables experimental support for ES7 decorators. */
"experimentalDecorators": true, /* Enables experimental support for emitting type metadata for decorators. */
"removeComments": false, /* Do not emit comments to output. */
"noImplicitAny": false // 암시적으로 선언되었는데 any로 추론되면 에러를 알려준다.
},
"exclude": [ // npm 으로 설치한 모듈들을 import 가능하도록 설정
"node_modules"
]
}
|
cs |
***
'3. 스크립트' 카테고리의 다른 글
[리액트] Scaling your Redux App with ducks (0) | 2020.07.17 |
---|---|
리액트 카운터 Counter.tsx App.tsx (클래스 버전) (0) | 2020.07.05 |
[자바스크립트] "자바마저 제쳤다" 자바스크립트, 인기 언어 1위 (0) | 2020.06.18 |
(타슈켄트) 뷰> 중고차플젝 user.js magazine.js (0) | 2020.05.28 |
[VueJS] 에러 : cannot read property 'dispatch' of undefined in Vuex (0142:20) (0) | 2020.05.25 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- JPA
- Eclipse
- JUnit
- Algorithm
- COLAB
- Django
- jQuery
- Python
- terms
- mariadb
- FLASK
- KAFKA
- AWS
- SQLAlchemy
- SpringBoot
- intellij
- vscode
- Git
- ERD
- Mongo
- database
- docker
- tensorflow
- maven
- nodejs
- Java
- React
- Mlearn
- springMVC
- Oracle
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함