Skip to content

Commit 1cceb44

Browse files
committed
fix: stuff
1 parent 5379f7e commit 1cceb44

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
File renamed without changes.

src/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { name as pkgName, version } from "../package.json";
2-
import { TSESLint } from "@typescript-eslint/utils";
2+
import type { TSESLint } from "@typescript-eslint/utils";
33

44
const meta: TSESLint.FlatConfig.PluginMeta = { name: pkgName, version };
55

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"module": "Preserve",
77
"moduleResolution": "Bundler",
88
"declaration": true,
9-
"isolatedModules": true,
109
"isolatedDeclarations": true,
10+
"isolatedModules": true,
11+
"verbatimModuleSyntax": true,
1112
"noImplicitAny": true,
1213
"noImplicitReturns": true,
1314
"noFallthroughCasesInSwitch": true,

0 commit comments

Comments
 (0)