feat: RNG ts 테스트 일치

This commit is contained in:
2022-03-12 20:31:13 +09:00
parent d0576806e2
commit 801b846d69
9 changed files with 269 additions and 38 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"extension": ["ts"],
"spec": "hwe/test-ts/**/*.test.ts",
"require": [
"ts-node/register",
"tsconfig-paths/register"
],
"node-option": [
"experimental-specifier-resolution=node",
"loader=ts-node/esm"
]
}