Tsconfig buduj tylko pliki, a nie SRC

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