1
resposta

Warning in TypeScritp complilation

Como faço para resolver esses avisos?

WARNING in C:\ruaah\app-web\e2e\src\app.po.ts is part of the TypeScript compilation but it's unused.
Add only entry points to the 'files' or 'include' properties in your tsconfig.

WARNING in C:\ruaah\app-web\e2e\src\app.e2e-spec.ts is part of the TypeScript compilation but it's unused.
Add only entry points to the 'files' or 'include' properties in your tsconfig.

WARNING in C:\ruaah\app-web\src\test.ts is part of the TypeScript compilation but it's unused.
Add only entry points to the 'files' or 'include' properties in your tsconfig.

WARNING in C:\ruaah\app-web\src\app\app.component.spec.ts is part of the TypeScript compilation but it's unused.
Add only entry points to the 'files' or 'include' properties in your tsconfig.

WARNING in C:\ruaah\app-web\src\app\home\signin\signin.component.spec.ts is part of the TypeScript compilation but it's unused.
Add only entry points to the 'files' or 'include' properties in your tsconfig.

WARNING in C:\ruaah\app-web\src\app\home\signup\signup.component.spec.ts is part of the TypeScript compilation but it's unused.
Add only entry points to the 'files' or 'include' properties in your tsconfig.

WARNING in C:\ruaah\app-web\src\environments\environment.prod.ts is part of the TypeScript compilation but it's unused.
Add only entry points to the 'files' or 'include' properties in your tsconfig.

Garanta sua matrícula hoje e ganhe + 2 meses grátis

Continue sua jornada tech com ainda mais tempo para aprender e evoluir

Quero aproveitar agora
1 resposta

Fala ai Gustavo, tudo bem? Verifica no seu tsconfig.json se existe uma propriedade includes definida, ela vai dizer quais os arquivos o compilador do TypeScript deve considerar no processo.

Espero ter ajudado.