nxapi/.vscode/settings.json
2022-03-12 23:44:27 +00:00

7 lines
120 B
JSON

{
"files.associations": {
"**/data/*": "json"
},
"typescript.tsdk": "node_modules/typescript/lib"
}