rsnext/test/integration/tsconfig-verifier/pages/index.tsx
JJ Kasper 0eab07b7e8
Add automatic TypeScript setup (#7125)
* replace fkill with tree-kill
2019-05-08 21:51:23 -05:00

5 lines
82 B
TypeScript

const blah: boolean = false
export default () => (
<h3>Hello TypeScript</h3>
)