{ "$schema": "https://json.schemastore.org/nodemon.json", "exec": "ts-node ./test/dev.ts -- -I", "ext": "ts,js,json", "ignore": [ ".git", "node_modules", "node_modules/**/node_modules", "packages/payload/src/admin", "packages/payload/src/**/*.spec.ts", "test/**/payload-types.ts" ], "watch": ["./test/", "./packages/**/*.ts"], "stdin": false }