1
0
mirror of https://github.com/badgen/badgen.net.git synced 2025-04-19 05:42:17 +03:00
badgen.net/nodemon.json
晋晓炜 Amio / 4dd5bd2f0b
badge(memo): add memo badge (#399)
* chore: bump deps

* badge: add /memo badge (resolve #398)

* chore: add help for memo badge

* chore: clean code

* fix: support html entities in url
2020-06-14 17:40:19 +08:00

22 lines
356 B
JSON

{
"verbose": true,
"ignore": [
".git",
".next",
"node_modules/**/node_modules"
],
"execMap": {
"js": "node --harmony",
"ts": "ts-node --transpile-only --compiler-options=\"{\\\"module\\\": \\\"commonjs\\\"}\""
},
"watch": [
"index.ts",
"libs",
"api"
],
"env": {
"PUB_DIR": "dist"
},
"ext": "js,ts"
}