This allow to use the default tokens from Typescript or Javascript file of dependents repos. For instance this wîll be used by packages/react to aggregate components tokens files.
6 lines
52 B
JSON
6 lines
52 B
JSON
{
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.js",
|
|
]
|
|
} |