Is it possible to change file extension for AssemblyScript source files to something other than `.ts` (e.g. `.as`)? I tried doing something like: ``` asc assembly/index.as -b build/optimized.wasm ``` But getting the following error: ``` Entry file 'assembly/index.as.ts' not found. ```