mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Update toml import type test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { expectType } from "tsd";
|
||||
import data from "../../../bunfig.toml";
|
||||
|
||||
expectType<unknown>(data);
|
||||
expectType<any>(data);
|
||||
|
||||
Reference in New Issue
Block a user