blockbench/jsconfig.json

6 lines
48 B
JSON
Raw Normal View History

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