设置 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
标签:index,TypeScript,记录,ts,tsc,experimentalDecorators From: https://www.cnblogs.com/wxyblog/p/17073672.html