diff --git a/eslint.config.mjs b/eslint.config.mjs index 197ae9d..1c11719 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -18,7 +18,10 @@ export default [ ...eslintTs.configs.recommended, eslintConfigPrettierTypeForced, { - files: ['**/*.{ts,ts,tsx,js,mjs,jsx}'], + ignores: ['dist/**/*'], + }, + { + files: ['**/*.{ts,mts,tsx,js,mjs,jsx}'], plugins: {}, languageOptions: { globals: { ...globals.browser },