diff options
Diffstat (limited to 'tests/testdata/coverage/no_transpiled_lines/interface.ts')
-rw-r--r-- | tests/testdata/coverage/no_transpiled_lines/interface.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testdata/coverage/no_transpiled_lines/interface.ts b/tests/testdata/coverage/no_transpiled_lines/interface.ts new file mode 100644 index 000000000..6e58a7b2f --- /dev/null +++ b/tests/testdata/coverage/no_transpiled_lines/interface.ts @@ -0,0 +1,3 @@ +export interface TestInterface { + id: string; +} |