Files
javascript-client-api/nodemon.json
T

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"
]
}