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
- SSL
- SPC
- SQL
- plugin
- Kotlin
- GIT
- R
- table
- NPM
- mapreduce
- mybatis
- vaadin
- window
- hadoop
- JavaScript
- es6
- xPlatform
- Spring
- 보조정렬
- Eclipse
- Java
- IntelliJ
- 공정능력
- Sqoop
- Android
- MSSQL
- Express
- Python
- react
- tomcat
Archives
- Today
- Total
728x90
목록2021/12/24 (2)
DBILITY
npm package update
자세한 것은 공식사이트 참고하자. PS C:\Dev64\workspace> npm install -g npm-check-updates PS C:\Dev64\workspace> ncu -u #특정버전으로 PS C:\Dev64\workspace> npm install -g create-react-app@^v5.0.0
front-end & ui/npm
2021. 12. 24. 14:13

Setting의 Languages & Frameworks-> TypeScript -> Recompile on changes [그림1]처럼 선택하면 된다. 프로젝트 루트에 tsconfig.json을 만들고 다음과 같이 입력한다. { "compilerOptions": { "target": "ES5", "module": "CommonJS", "noImplicitAny": true, "strictNullChecks": true }, "files": ["0001.ts","0002.ts"] } files는 지정하지 않으면 전부 다 https://typescript-kr.github.io/pages/tsconfig.json.html TypeScript 한글 문서 TypeScript 한글 번역 문서입니다 typescr..
intellij
2021. 12. 24. 10:48
728x90