mirror of
https://github.com/certd/certd.git
synced 2026-04-27 23:37:29 +08:00
6 lines
146 B
JSON
6 lines
146 B
JSON
|
|
{
|
||
|
|
"extension": ["ts"],
|
||
|
|
"node-option": ["no-warnings", "loader=ts-node/esm"],
|
||
|
|
"spec": ["test/**/*.test.ts"],
|
||
|
|
"require": ["test/setup.ts"]
|
||
|
|
}
|