TypeScript const things: string[] = ['foo', 'bar']; vs JavaScript const things: string[] = ['foo', 'bar']; Take away: They're the exact same. They both show TypeScript type syntax highlighting.