VSCode 中的 Nativescript 共享模式总是红线 类 错误 "experimental support for decorators..." 错误

Nativescript shared schema in VSCode always redlines classes with error "experimental support for decorators..." error

我什么都试过了,重新加载,allowJS,在这两个值之间切换:

"emitDecoratorMetadata": true, "experimentalDecorators": true,

在 tsconfig.json 中并将其添加到 tsconfing.tns.ts 中。关闭插件,彻底卸载它们,似乎没有任何效果!

错误仍然存​​在。

再次修改后,我发现 vscode 需要启用 'ability to turn it on or off' 才能关心我们在 tsconfig.json.

中写入的内容

只需在 vscode > 首选项中搜索 'experimental decorators' 并选中该框,即可启用此设置。