diff --git a/tsconfigs/tsconfig.dev.json b/tsconfigs/tsconfig.dev.json index ab49cda7..b4af4af8 100644 --- a/tsconfigs/tsconfig.dev.json +++ b/tsconfigs/tsconfig.dev.json @@ -1,5 +1,5 @@ { "extends": "./tsconfig.base.json", // Files and folders starting with a . are ignored by the glob patterns - "include": ["../.", "../.storybook/**/*", "../.commitlintrc.ts", "../.eslintrc.js"] + "include": ["../.", "../.storybook/**/*", "../.commitlintrc.ts", "../.eslintrc.cjs"] }