mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-16 05:31:52 -04:00
10 lines
215 B
JSON
10 lines
215 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/nodemon.json",
|
|
"watch": [
|
|
"**/*.ts"
|
|
],
|
|
"ext": "ts",
|
|
"ignore": [
|
|
"__temp.ts"
|
|
]
|
|
} |