Skip to content

Commit 39375f2

Browse files
committed
fix: issue with TS configuration
1 parent c7ca0bc commit 39375f2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const recommendedTypeScriptConfigs = [
5656
];
5757

5858
export default [
59-
{ ignores: ['docs/*', 'build/*', 'lib/*', 'dist/*'] }, // global ignores
59+
{ ignores: ['docs/*', 'build/*', 'lib/*', 'dist/*', 'test/*'] }, // global ignores
6060
eslintJs.configs.recommended,
6161
...recommendedTypeScriptConfigs,
6262
customTypescriptConfig,

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
},
1313
"include": [
1414
"src/**/*",
15-
"test/**/*"
1615
],
1716
"exclude": [
1817
"node_modules",

0 commit comments

Comments
 (0)