mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
10 lines
223 B
JSON
10 lines
223 B
JSON
{
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["src/**/*.d.ts"],
|
|
"extension": [".ts"],
|
|
"require": ["ts-node/register"],
|
|
"reporter": ["text-summary", "html"],
|
|
"sourceMap": true,
|
|
"instrument": true,
|
|
"cache": true
|
|
} |