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.
11 lines
276 B
JSON
11 lines
276 B
JSON
{
|
|
"extends": "@openfun/typescript-configs/react.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"baseUrl": "./src"
|
|
},
|
|
"include": ["src", "cunningham.ts"],
|
|
"exclude": ["node_modules","dist", "**/tokens.ts"],
|
|
"references": [{ "path": "./tsconfig.node.json" }]
|
|
}
|