blockbench/jsconfig.json

6 lines
48 B
JSON
Raw Normal View History

2020-12-05 14:12:37 +01:00
{
"include": [
"js/**/*",
"types/**/*"
]
}