TypeScript踩坑记录
tes -v 无法加载文件 ,禁止运行脚本

解决:
set-executionpolicy remotesigned
set-executionpolicy remotesigned CurrentUser

设置 experimentalDecorators 无效

error TS1219: Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option in your 'tsconfig' or 'jsconfig' to remove this warning.
解决:tsc index.ts 换成 tsc --experimentalDecorators index.ts

浙公网安备 33010602011771号