13 lines
344 B
JSON
13 lines
344 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"typescript.inlayHints.parameterNames.enabled": "none",
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": ["dist/manifest.json"],
|
|
"url": "https://json.schemastore.org/chrome-manifest.json"
|
|
}
|
|
],
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"cSpell.words": ["hookz", "submatch", "submatches"]
|
|
}
|