{ "exec": "tsc -p tsconfig.build.json --incremental && node ./build/index.js || exit 1", "ignore": [ "node_modules/**/node_modules", "../integration-tests/" ], "watch": [ "./src/", "../core/src/", "./node_modules/", "../../.env" ], "ext": "json,js,jsx,ts,tsx", "delay": 1000 }