Não entendo o motivo, fiz o mesmo dos vídeo e obtive alguns erros. Resolvi pouco a pouco mas sobrou o erro ao importar o "./Botao.css".
Apresentando o erro: "Cannot find module './Botao.css' or its corresponding type declarations.ts(2307)", o nome da pasta está correta.
// Visit https://aka.ms/tsconfig to read more about this file
"compilerOptions": {
"module": "nodenext",
"target": "esnext",
"types": [],
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "nodenext",