faex/.vscode/settings.json
2024-08-08 14:12:51 +02:00

14 lines
343 B
JSON

{
"copyrighter.author": "R3BL LLC",
"copyrighter.license": "MIT",
"typescript.tsdk": "./node_modules/typescript/lib",
"files.eol": "\n",
"json.schemas": [
{
"fileMatch": [
"/manifest.json"
],
"url": "http://json.schemastore.org/chrome-manifest"
}
]
}