Tsconfig Build Only Files And Not Src

[Solved] Tsconfig Build Only Files And Not Src | Typescript - Code Explorer | yomemimo.com
Question : tsconfig build only files and not src

Answered by : alessandro-5wothm4yf17o

// tsconfig.json
{	"include": ["src/**/*"]
}

Source : | Last Update : Sun, 18 Jul 21

Answers related to tsconfig build only files and not src

Code Explorer Popular Question For Typescript