obsidian-sample-plugin-f-sharp/.config/dotnet-tools.json

12 lines
145 B
JSON
Raw Permalink Normal View History

2023-07-08 21:47:52 +00:00
{
"version": 1,
"isRoot": true,
"tools": {
"fable": {
"version": "4.1.4",
"commands": [
"fable"
]
}
}
}