【发布时间】:2017-04-05 08:33:31
【问题描述】:
您好,已更新到最新的 WebStorm,我现在收到此错误:
Error:(52, 14) TS1219:Experimental support for decorators
is a feature that is subject to change in a future release.
Set the 'experimentalDecorators' option to remove this warning.
但在我的 tsConfig 中 experimentalDecorators 设置为 true:
{
"version": "1.5.0",
"compilerOptions": {
//...,
"experimentalDecorators": true, // <======== HERE
//...,
},
"files": [
//...
],
"exclude": [ "node_modules" ]
}
【问题讨论】:
-
可以试试this answer吗?
-
您的 tsconfig.json 不包含项目文件
-
@anstarovoyt 你这是什么意思?
-
@Mr.EasyAnswersMcFly 请看下面我的解释
标签: angular meteor typescript phpstorm webstorm