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
- Kotlin
- Spring
- GIT
- SPC
- Express
- SSL
- es6
- JavaScript
- SQL
- xPlatform
- Sqoop
- react
- vaadin
- Java
- Python
- table
- tomcat
- MSSQL
- mapreduce
- IntelliJ
- Android
- plugin
- Eclipse
- 보조정렬
- mybatis
- R
- window
- hadoop
- NPM
- 공정능력
Archives
- Today
- Total
반응형
목록auto compile (1)
DBILITY
intellij typescript auto recompile
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
반응형