These files will be used to define the custom design tokens per components. They are automatically aggregated by the packages/react/cunningham.ts file, this is why handling typescript config file was important.
8 lines
101 B
JSON
8 lines
101 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": [],
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.tsx"
|
|
]
|
|
} |