mirror of
https://github.com/chenasraf/simple-scaffold.git
synced 2026-05-17 17:28:09 +00:00
7 lines
192 B
JSON
7 lines
192 B
JSON
{
|
|
"ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"],
|
|
"watch": ["src"],
|
|
"exec": "node -r tsconfig-paths/register -r ts-node/register ./src/index.ts",
|
|
"ext": "ts, js"
|
|
}
|