在 src/mian/index.ts 文件中添一个中文变量会导致编译出错: Error: The keyword 'let' is reserved (Note that you need plugins to import files that are not JavaScript) ```javascript let 中文 = 123; console.log(中文); ```