This demo is useful to test in the real usage of the design system as a real user that will generate its own customized design tokens, implements the design system's components, etc ...
10 lines
220 B
JSON
10 lines
220 B
JSON
{
|
|
"extends": "@openfun/typescript-configs/react.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules","dist"],
|
|
"references": [{ "path": "./tsconfig.node.json" }]
|
|
}
|