mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +00:00
8 lines
119 B
JSON
8 lines
119 B
JSON
{
|
|
"watch": [
|
|
"./**/*"
|
|
],
|
|
"ext": "ts",
|
|
"ignore": [],
|
|
"exec": "ts-node src/buildThemes.ts"
|
|
}
|