Skip to content

Commit d5f6645

Browse files
committed
add impl
1 parent 707e7d8 commit d5f6645

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/deno_json/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,6 +1773,7 @@ impl Serialize for TsTypeLib {
17731773
}
17741774

17751775
/// An enum that represents the base tsc configuration to return.
1776+
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
17761777
pub enum TsConfigType {
17771778
/// Return a configuration for bundling, using swc to emit the bundle. This is
17781779
/// independent of type checking.

0 commit comments

Comments
 (0)