mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2024-12-21 19:08:24 +01:00
6 lines
196 B
JSON
6 lines
196 B
JSON
|
{
|
||
|
"watch": ["src"],
|
||
|
"ext": "ts,json",
|
||
|
"ignore": ["src/**/*.spec.ts"],
|
||
|
"exec": "node --trace-warnings --experimental-specifier-resolution=node --loader ts-node/esm ./src/index.ts"
|
||
|
}
|