티스토리 뷰
반응형
Visual Studio 프로젝트에서 TypeScript 파일이 빌드되지 않도록 제외하려면 다음과 같이 진행해주세요.
- 프로젝트 파일(.csproj)를 텍스트 편집기로 열기
- <PropertyGroup> Element를 찾고, 하위에 아래 Element를 추가
- VS2019 이상 : <TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
- VS2017 이하 : <TypeScriptEnabled>false</TypeScriptEnabled>
- Visual Studio에서 프로젝트를 닫고 다시 열기
'Web > TypeScript' 카테고리의 다른 글
[Vue+TypeSciprt] eslint.config.ts에서 ban-ts-comment 끄기 (1) | 2025.04.11 |
---|---|
[Typescript] --downlevelIteration (0) | 2022.06.30 |
[Typescript] Declaration Files (.d.ts) (0) | 2022.05.23 |
[TypeScript] Type, Interface, Class (0) | 2022.05.17 |
[TypeScript+Vue] VisualStudio에서 TypeScript+Vue 사용시 오류 (0) | 2022.01.09 |
최근에 올라온 글
최근에 달린 댓글
TAG
- .NET Standard
- Xamarin.Forms
- flutter
- ASP.NET Core
- VisualStudio
- Xamarin.iOS
- Xamarin.Forms eBook
- Vue
- WPF
- React
- Xamarin
- windows
- npm
- material-ui
- TypeScript
- ios
- Xamarin.Forms 요약
- MS SQL
- Android
- c#
- Total
- Today
- Yesterday