개발자고생한다
What is tsconfig.json configuration file? -- TypeScript Tutorial for beginners 본문
카테고리 없음
What is tsconfig.json configuration file? -- TypeScript Tutorial for beginners
smallbutdeep 2018. 7. 1. 15:59The tsconfig.json file allows you to specify the root level files and the compiler options that requires to compile a TypeScript project. The presence of this file in a directory specifies that the said directory is the TypeScript project root.. .
[원문으로 가기]
[원문으로 가기]
Comments