mirror of
https://example.com
synced 2024-11-23 04:36:39 +09:00
11 lines
185 B
JSON
11 lines
185 B
JSON
|
{
|
||
|
"extension": ["ts","js","cjs","mjs"],
|
||
|
"node-option": [
|
||
|
"experimental-specifier-resolution=node",
|
||
|
"loader=./test/loader.js"
|
||
|
],
|
||
|
"slow": 1000,
|
||
|
"timeout": 30000,
|
||
|
"exit": true
|
||
|
}
|