This repo only contains a Button which is here only for demonstration purpose. Its purpose is to contain all the future react-based components of the design system.
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" }]
|
|
}
|