mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-19 23:28:30 +00:00
9 lines
102 B
JSON
9 lines
102 B
JSON
{
|
|
"exec": "ts-node --files ./src/index",
|
|
"ext": "ts",
|
|
"watch": [
|
|
"src/",
|
|
"dotenv"
|
|
]
|
|
}
|