diff options
Diffstat (limited to 'tests/specs/check/package_json_with_deno_json/other.ts')
-rw-r--r-- | tests/specs/check/package_json_with_deno_json/other.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/check/package_json_with_deno_json/other.ts b/tests/specs/check/package_json_with_deno_json/other.ts new file mode 100644 index 000000000..997d84adf --- /dev/null +++ b/tests/specs/check/package_json_with_deno_json/other.ts @@ -0,0 +1,3 @@ +console.log(1); + +export const NUMBER_VALUE = 1; |