問題描述
使用VSCode時,你是否常常會遇到編譯器發出以下警告訊息呢?
[ts] Experimental suport for decorators is a feature that is subject to chang in a future release. Set the 'experimentalDecoratos' option to remove this warning.
or
[ts] 裝飾項目的實驗性支援這項功能可能在未來版本中變更。設定 'experimentalDecorators' 選項可移除此警告。
解法
1.選擇檔案 => 喜好設定 => 設定 (File => Preferences => Settings),打開使用者設定
2.在json檔中加入"javascript.implicitProjectConfig.experimentalDecorators": true
儲存後就大功告成 !
文章標籤
全站熱搜
留言列表