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

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