UNPKG

@ynetlabo/htmlanalyzer

Version:

a tool for the npm package to easily analysis a html document.

20 lines 654 B
{ // IntelliSense を使用して利用可能な属性を学べます。 // 既存の属性の説明をホバーして表示します。 // 詳細情報は次を確認してください: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "プログラムの起動", "skipFiles": [ "<node_internals>/**" ], "program": "${workspaceFolder}/dist/index.js", "outFiles": [ "${workspaceFolder}/**/*.js" ] } ] }