AFFiNE/tools/executors/tsCheck/executor.json
2022-07-22 15:49:21 +08:00

10 lines
190 B
JSON

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