mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
8 lines
147 B
JSON
8 lines
147 B
JSON
{
|
|
"extension": [".js", ".cjs", ".ts"],
|
|
"cwd": "../../",
|
|
"produce-source-map": true,
|
|
"source-map": true,
|
|
"temp-dir": "/tmp/.nyc_output"
|
|
}
|