alert('Find me in src/javascripts/ts-error.js!')

// Just some things that will trigger the error messages
// This should deliberately fail, we can demo tslint. :)
let x = 1
x = '123'

// And here we're demoing tslint
console.log(`ts-index.js has loaded!`)
