1
0
mirror of synced 2026-05-22 14:43:19 +00:00
Files
2025-01-18 15:53:49 +01:00

9 lines
188 B
JSON

{
"extension": ["ts", "tsx"],
"watch-files": ["lib/**/*.ts", "test/**/*.ts"],
"spec": ["test/*.ts"],
"loader": ["ts-node/esm"],
"extensions": ["ts", "tsx"],
"timeout": 15000
}