Update toml import type test

This commit is contained in:
Colin McDonnell
2023-08-24 19:52:53 -07:00
parent b70210a005
commit 2cd1d59387

View File

@@ -1,4 +1,4 @@
import { expectType } from "tsd";
import data from "../../../bunfig.toml";
expectType<unknown>(data);
expectType<any>(data);