swc/tests/projects/issue-655/ts.ts
kdy1 82e73b1121 Fix bugs (#659)
- Strip out const assertions (Closes #656)
 - Fix exclude of the file matcher (Closes #658) 
 - Automatic typescript detection (Closes #655)
2020-02-12 15:07:45 +00:00

3 lines
54 B
TypeScript

function foo(): string {
return 'Hello, world!';
}