mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 05:12:06 +03:00
9 lines
119 B
JSON
9 lines
119 B
JSON
{
|
|
"watch": [
|
|
"./**/*"
|
|
],
|
|
"ext": "ts",
|
|
"ignore": [],
|
|
"exec": "ts-node src/buildThemes.ts"
|
|
}
|