9 lines
180 B
JSON
9 lines
180 B
JSON
|
{
|
||
|
"watch": ["plugins"],
|
||
|
"ext": "tsx,jsx",
|
||
|
"exec": "node --no-warnings=ExperimentalWarning --loader ts-node/esm image/main.ts",
|
||
|
"env": {
|
||
|
"NODE_ENV": "development"
|
||
|
}
|
||
|
}
|