@atlaskit/atlassian-navigation
Version:
A horizontal navigation component for Atlassian apps.
19 lines (18 loc) • 331 B
JSON
{
"extends": "../../../tsconfig.json",
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"examples/**/*.ts",
"examples/**/*.tsx",
"**/stories.ts",
"**/stories.tsx",
"**/stories/*.ts",
"**/stories/*.tsx",
"**/stories/**/*.ts",
"**/stories/**/*.tsx"
],
"exclude": [
"node_modules"
]
}