summaryrefslogtreecommitdiff
path: root/tests/specs/check/check_with_exclude_option_by_dir/exclude_option/index.ts
blob: 8335ca3a2e25a60103e1d1a271cda6a446b8b116 (plain)
1
2
3
4
5
import { nothing } from "./ignored/index.ts";

const foo = 1;

export { foo, nothing };