npm install typings --global2. プロジェクトの下で型付けを初期化します。
typings init(推奨学習:
java ビデオ チュートリアル)
3. プロジェクトの下に jsconfig.json を追加します。内容は次のとおりです:{ // See https://go.microsoft.com/fwlink/?LinkId=759670 // for the documentation about the jsconfig.json format "compilerOptions": { "target": "es5", "module": "commonjs", "allowSyntheticDefaultImports": true }, "exclude": [ "node_modules", "bower_components", "jspm_packages", "tmp", "temp" ] }4. 必要なプロンプトをインストールします。
typings install dt~node --global --save typings install express --ambient --save推奨される関連チュートリアル:
以上がvscode は js でスマート プロンプトを実行できませんの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。