AFFiNE/tools/executors/tsCheck/executor.json

10 lines
190 B
JSON
Raw Normal View History

{
"executors": {
"tsCheck": {
"implementation": "./tsCheck.js",
"schema": "./schema.json",
"description": "Runs `tsCheck`."
}
}
}