Revert "xo: Fix import/extensions."

This reverts commit 5623ab3866.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-03-08 21:58:40 -08:00
parent bc59714192
commit 4151e020f6
45 changed files with 179 additions and 179 deletions

View File

@@ -1,7 +1,7 @@
import type * as z from "zod";
import type {dndSettingsSchemata} from "./config-schemata.js";
import * as ConfigUtil from "./config-util.js";
import type {dndSettingsSchemata} from "./config-schemata";
import * as ConfigUtil from "./config-util";
export type DndSettings = {
[Key in keyof typeof dndSettingsSchemata]: z.output<