schemastore

offline schemastore. in vscode, you can config your .vscode/settings.json:

Usage no npm install needed!

<script type="module">
  import schemastore from 'https://cdn.skypack.dev/schemastore';
</script>

README

schemastore json

offline schemastore. in vscode, you can config your .vscode/settings.json:

"json.schemas": [
    {
        "fileMatch": ["tsconfig*.json"],
        "url": "node_modules/schemastore/json/json/tsconfig.json"
    }
]