build: tsconfig 변경

- 반영된 룰에 맞게 import type 적용
This commit is contained in:
2022-03-20 12:45:05 +09:00
parent 28989264c7
commit 3e80453a2b
36 changed files with 62 additions and 49 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import { RNG } from "./RNG";
import type { RNG } from "./RNG";
import { sha512 } from 'js-sha512';
import { convertBytesLikeToUint8Array } from "./convertBytesLikeToUint8Array";
import { BytesLike } from "./BytesLike";
import type { BytesLike } from "./BytesLike";
const maxRngSupportBit = 53;
const maxInt = 0x1f_ffff_ffff_ffff; // NOTE: b 0, 10000110011, 11...11