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

posted @ 2023-01-29 19:28  混名汪小星  阅读(43)  评论(0)    收藏  举报