diff options
Diffstat (limited to 'tests/testdata/lockfile/no_dts/mod.js')
-rw-r--r-- | tests/testdata/lockfile/no_dts/mod.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testdata/lockfile/no_dts/mod.js b/tests/testdata/lockfile/no_dts/mod.js new file mode 100644 index 000000000..8ac948700 --- /dev/null +++ b/tests/testdata/lockfile/no_dts/mod.js @@ -0,0 +1,4 @@ +/// <reference types="./mod.d.ts" /> +export function test() { + return 5; +} |