summaryrefslogtreecommitdiff
path: root/tests/specs/run/fix_tsc_file_exists/tsc/test.js
blob: b7f46b351fb0dd02e5e5f1864de3212de64e8b1f (plain)
1
2
3
4
import { a } from "./a.js";
import { c } from "./node_modules/b.js";

console.log("hello");