mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
refactoring: trial balance sheet report. refactoring: general ledger report. refactoring: journal report. refactoring: P&L report.
17 lines
263 B
JSON
17 lines
263 B
JSON
{
|
|
"restartable": "rs",
|
|
"watch": [
|
|
"src",
|
|
".env"
|
|
],
|
|
"ignore": [
|
|
".git",
|
|
"src/**/*.spec.ts"
|
|
],
|
|
"execMap": {
|
|
"ts": "node --inspect -r ts-node/register/transpile-only ./src/server.ts"
|
|
},
|
|
"env": {
|
|
"NODE_ENV": "development"
|
|
}
|
|
} |