Skip to content

Commit d01edde

Browse files
Merge pull request #67 from darkmavis1980/bugfix/fix-ts-config
fix: issue with TS configuration
2 parents 8fc34f7 + 39375f2 commit d01edde

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)