Skip to content

Commit 2495571

Browse files
guilbillAijeyomah
authored andcommitted
fix: add *.stories to ts-config excludes
1 parent b3cfe24 commit 2495571

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/ra-i18n-polyglot/tsconfig.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
"rootDir": "src",
66
"allowJs": false
77
},
8-
"exclude": ["**/*.spec.ts", "**/*.spec.tsx", "**/*.spec.js"],
8+
"exclude": [
9+
"**/*.spec.ts",
10+
"**/*.spec.tsx",
11+
"**/*.spec.js",
12+
"**/*.stories.ts",
13+
"**/*.stories.tsx",
14+
"**/*.stories.js"
15+
],
916
"include": ["src"]
1017
}

0 commit comments

Comments
 (0)