Files
talk/config/nodemon/types.json
T
2018-06-29 16:11:32 -06:00

7 lines
112 B
JSON

{
"exec": "npm run compile:server:types",
"ext": "graphql",
"watch": [
"./src/core/server/graph"
]
}