diff options
Diffstat (limited to 'cli/tests/tsc/node_modules/b.js')
-rw-r--r-- | cli/tests/tsc/node_modules/b.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/tsc/node_modules/b.js b/cli/tests/tsc/node_modules/b.js new file mode 100644 index 000000000..191660935 --- /dev/null +++ b/cli/tests/tsc/node_modules/b.js @@ -0,0 +1,2 @@ +import c from "./c.js"; +export { c }; |