## 事象 ```ts import { Notice, Plugin } from "obsidian"; // Pluginにカーソルをあてて、Go to Declarationコマンドを実行すると ↑ の Pluginに移動する export default class SilhouettePlugin extends Plugin { ``` ## 原因 [[Project Structure]]で`node_modules`が`Excluded`になっていたから。 ![[Pasted image 20230129123156.png]] ## 解決方法 `Excluded`を外す。